Aaron, > [uri:/tomcat/*] > info=Tomcat
> I can't figure out how to get this to apply only to the SSL > virtual host > in apache, but that's not a big deal - I can just deny access to that > location from the non-SSL virtual host and allow access from the SSL > host, or set up some kind of rule so that non-SSL requests > get rewritten > appropriately. 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> > The main problem is that if I go to https://somehost.umd.edu/tomcat, > something feels the need to rewrite that to > http://somehost.umd.edu:443/tomcat, which needless to say > does not work. 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> Thanks Saludos, Ignacio J. Ortega --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
