Relative Path Problem

2001-05-08 Thread eric chacon
I am running Tomcat 3.2.1 and Apache (using mod_jk). I have several .jsp's with relative paths to .css and images (gifs and jpgs), which are not found when I call the page from port 80. They are found when I call the jsp from 8080. Looking at the Apache log, I see that Apache is looking for

RE: Relative Path Problem

2001-05-08 Thread Ross Dyson
Did you do an alias of the directory for your jsps, like alias /myjsps/ c:/tomcat/jsprootdir/ in httpd.conf? -Original Message- From: eric chacon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 May 2001 11:05 PM To: [EMAIL PROTECTED] Subject: Relative Path Problem I am running Tomcat