Hi- One possibility might be to make your application the default application by moving it to the ROOT directory. Another might be to configure it as a virtual host.
In the long run though, it's probably worth making all of your image URLs relative. The result will be a more flexible application which will pay dividends if you ever have to move the application. One specific example of this would be performing maintenance or further development on a non-production system. -Terence M. Bandoian >>>-----Original Message----- >>>From: Steven Huey [mailto:[EMAIL PROTECTED] >>>Sent: 14 April 2006 23:49 >>>To: users@tomcat.apache.org >>>Subject: Relative Link Question >>> >>>Hello, >>> >>>I've got a setup with Apache 2.2, Mod_Jk 1.2.15, and Tomcat 5.5.16 >>>and things are working pretty well except for relative links in my >>>webapp. >>> >>>When accessing my webapp at http://myserver.com/mywebapp/index.jsp >>>any relative links within subdirectories of the mywebapp directory >>>don't include /mywebapp/ in the URL. For example I have a mywebapp/ >>>includes/ directory and some of the files use links such as: >>> >>><img src="/images/pic.jpg"/> >>> >>>Instead of linking to http://myserver.com/mywebapp/images/pic.jpg the >>>link is http://myserver.com/images/pic.jpg. >>> >>>I've read that if I remove the leading "/" from the links it will >>>work, but I already have a lot of links in this format and am >>>wondering if there is a configuration change or something else I can >>>do to resolve this. >>> >>>Thanks, >>>Steve Huey >>> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]