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.