Using JSF 2.0.
Got an app running with CSS and Javascript running from /Servlet/resources/css and /Servlet/resources/js accordingly.
I would like to add an images folder so I can refer to the images from the css file as /images/file.jpg.
Where should I place the images folder.
Alternatively, How would I refer to the images if they were places in the /Servlet/resources/ directory?
Tnx!
That would be the folders above the CSS file.
but if you will refer to the same image from the JS direcotry you will have a problem.
Instead you could try and use (not sure what your virtual root directory but usually you would use)
file.jpg