Can I specify virtual hosts in JKMounts?

2008-12-02 Thread Jonathan Mast
I'm using Apache+Tomcat (1.3.33, 5.5.17) and I have servlet named bar, with no file extension in its name. bar is in a folder named foo which is reachable by 2 virtual hosts: www.mysite.com/foo/bar foo.mysite.com/bar I know to how tell apache that request for /bar on the WWW virtual host should

Re: Can I specify virtual hosts in JKMounts?

2008-12-02 Thread André Warnier
Jonathan Mast wrote: I'm using Apache+Tomcat (1.3.33, 5.5.17) and I have servlet named bar, with no file extension in its name. bar is in a folder named foo which is reachable by 2 virtual hosts: www.mysite.com/foo/bar foo.mysite.com/bar I know to how tell apache that request for /bar on the

Re: Can I specify virtual hosts in JKMounts?

2008-12-02 Thread Jonathan Mast
Thanks for the response, I didn't know JkMount directives could be placed within VirtualHost declarations. Our httpd.conf uses the following: IfModule mod_jk.c JkWorkersFile/usr/local/tomcat/conf/workers.properties JkLogFilelogs/jk.log JkLogLevelerror JkMount

Re: Can I specify virtual hosts in JKMounts?

2008-12-02 Thread Rainer Jung
Jonathan Mast schrieb: Thanks for the response, I didn't know JkMount directives could be placed within VirtualHost declarations. Older versions of mod_jk tolerated putting JkMount in the global server, not any vhost. All those mounts were automatically copied to all vhosts. Since a couple of