Hi, I am using Apache 1.3 with tomcat 4.1.24. When I use netscape 7 to run my web application everything works fine. When I use e.g netscape 4 the style sheets can not be found. How do I have to configure Apache/tomcat ? In the html page the source is refered to as:
<link href="/main.css" rel="stylesheet" type="text/css">
Right now I have in http.conf:
<VirtualHost *>
DocumentRoot /home/oraedt/app/oracle/product/9iAS_1.0.2.2/jakarta-tomcat-4.1.24/webapps/iprweb
ServerName upolu.sps.mot.com
JkMount /iprweb/* ajp13
</VirtualHost>
Alias /html/ /home/minerva/servers/upolu/ipr_files/static_html/
The main.css is installed in /home/minerva/servers/upolu/ipr_files/static_html.
Thanks for any hint ..
Astrid
