On Mon, 2003-02-03 at 15:38, Ignacio J. Ortega wrote: > Our fault, the docs are at least brief in this aspect and a little > outdated.. > > You can use 2 ways to acomplish wha you want: > > 1) add the vhost to the uri element > > [uri:yourhost.com/tomcat/*] > info=Tomcat > > 2) adding a directive to httpd.conf, you dont need uri entry in wk2.p > file if using this way.. > > <VirtualHost> > ... > JkUriSet worker ajp13_worker > .... > </VirtualHost>
Thanks, I'll try this! > See <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12998> this was > fixed time ago, i bet you are using a release without the fix, but as > you didnt post any information regarding what versions you use of > everything.. ;) > > Read <http://jakarta.apache.org/site/mail.html> Sorry :( I thought I had upgraded recently to 4.1.18, but it turns out was still running 4.1.12 (though with mod_jk2.so from the jtc 4.1.18 distro). Apache is 2.0.44. Upgrading tomcat to 4.1.18 fixed this. Thanks! -- Aaron Elkiss <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
