Hi Hugo,
Here is a copy of what tomcat will put for the examples folder in tomcat-apache.conf
Alias /examples "D:/Applns/tomcat/webapps/examples"
<Directory "D:/Applns/tomcat/webapps/examples">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /examples/servlet /examples
<Location "/examples/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "D:/Applns/tomcat/webapps/examples/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/examples/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "D:/Applns/tomcat/webapps/examples/META-INF/">
AllowOverride None
deny from all
</Directory>
The other two lines was not inserted by tomcat , but by someone on ur side. Another proof of it is the "Alias" command
which is given in small letter, tomcat will always put it as "Alias" and not "alias" .
On checking the server.xml there is context path only to /examples and no context path as /examples/jsp. Hence another reason why it will not work.
Regards
John
- tomcat with apache?? hugo
- Re: tomcat with apache?? John Thomas
- Re: tomcat with apache?? John Thomas
- Re: tomcat with apache?? John Thomas
- Re: tomcat with apache?? Alex
- Re: tomcat with apache?? Emir Alikadic (ADNOC IS&T)
