Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a GWT application in which I created a custom error page in HTML. When I run the application in tomcat and get to the page I can see the text content but the images and the css are missing. The page is in the webapp/subdir/sample.html I searched in the tomcat documentation but haven't found anything regarding this. the images are webapp/subdir/images I tried to specify the path many ways with out success:( like:

src="subdir/images/image.jpg"
src="/subdir/images/image.jpg"
src="./subdir/images/image.jpg"

src="images/image.jpg"
src="/images/image.jpg"
src="./images/image.jpg"

If somebody now the answer please help.

share|improve this question
What does the path look like if you open the html source window in your browser? – Stefan Lindenberg Dec 20 '12 at 13:37

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.