I ranBy convention, resources are loaded from ~/.Xresources on startup of an X session, so add them there. A typical entry for xterm might look like this:
XTerm*Background: white
To reload resources without restarting your running X session, usexrdb -merge ~/.Xresources
xrdb -load $HOME/.Xresources
but nothing happens.