Howdy all!
I am running Tomcat 3.2.1 with mod_jk and Apache - I installed Tomcat inside
Apache's installation directory.
I would like to make servlets available - outside the Apache installation
directory. Am I correct in thinking that I only need to set up an alia?
When I look inside tomcat-apache.conf, I find this block for example.
Alias /examples "C:/Apache/tomcat/webapps/examples"
<Directory "C:/Apache/tomcat/webapps/examples">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /examples/servlet /examples
<Location "/examples/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/Apache/tomcat/webapps/examples/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/examples/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/Apache/tomcat/webapps/examples/META-INF/">
AllowOverride None
deny from all
</Directory>
Do I need to copy this whole structure? Do I need a directory called
servlet?
Thanks for any assistance!
Rob
:-)
;->
:-]
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>