Guys.
I am currently setting up a webserver that needs
to use vhosting. the setup was fine with Jserv, but we have need of a
new servlet engine, and thus are deploying tomcat 3.2.1
The relevant bits of my httpd.conf look like this:
JkWorkersFile /var/tomcat/conf/workers.properties
JKLogFile /var/tomcat/logs/mod_jk.log
JkLogLevel DEBUG
JkMount /*.xml ajp13
JkMount /*.jsp ajp13
JkMount /cocoon ajp13
<VirtualHost xx.xxx.xx.x>
ServerAdmin xxxxx
DocumentRoot blah
ServerName blah
JkMount /servlet/* ajpv13
</VirtualHost>
the workers.properties is standard, the server.xml has :
<Host name="xx.xxx.xx.x">
<Context path="" docBase="blah" debug="0" reloadable="true" />
</Host>
The context works fine outside a VHost - ie through tomcat standalone.
When I connect apache to tomcat, mod_jk.log reports mounting
the /.xml context, the /.jsp context and the /cocoon context. the /servlet/
context from inside the virtual host is not mention at all.
Has anyone else seen this or got any ideas as tto how I go about fixing/debugging it?
I'm using tomcat and mod_jk from Henri's rpms
cheers,
-Thom
(please CC me as I am not on the users list)
Henri - my apologies for CCing you, I was just wondering if anyone
else had reported this problem?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]