Hello,
Tomcat seems to create all the configuration files as I want them
(with -jkconf) but apache doesn't seem to get them right.
I can browse all my directories through Apache, I can browse WEB-INF without
problem? When I click on a .jsp it goes through Tomcat as its supposed to.
This Tomcat configuration has worked on Apache 1.3.9. I don't know if this
is a Apache problem or a Tomcat problem or my problem :)
Is there a way to get the configuration from Apache at runtime? To see what
he really has loaded in what way?
Here is the file Tomcat generates and the one Apache includes.
<IfModule !mod_jk.c>
LoadModule jk_module /usr/lib/apache/1.3/mod_jk-3.3-ap13-noeapi.so
</IfModule>
JkWorkersFile "/usr/local/jakarta-tomcat-3.3a/conf/jk/workers.properties"
JkLogFile "/usr/local/jakarta-tomcat-3.3a/logs/mod_jk.log"
JkLogLevel emerg
#################### /examples ####################
# Static files
Alias /examples "/usr/local/jakarta-tomcat-3.3a/webapps/examples"
<Directory "/usr/local/jakarta-tomcat-3.3a/webapps/examples">
Options Indexes FollowSymLinks
DirectoryIndex index.jsp index.html index.htm
</Directory>
# Deny direct access to WEB-INF and META-INF
#
<Location "/examples/WEB-INF/*">
AllowOverride None
deny from all
</Location>
<Location "/examples/META-INF/*">
AllowOverride None
deny from all
</Location>
JkMount /examples/servlet/* ajp13
JkMount /examples/*.jsp ajp13
Thanks for any suggestions.
Elm
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>