As I understand it, no 'hacking' is needed to use mod_jk
without redirect to achieve the same effect :

<VirtualHost 192.168.1.200:80>
      ...
      DirectoryIndex /site1contextname/index.jsp
      # Should be equivalent to
      # RewriteEngine On
        # RewriteRule ^/$ /site1contextname/index.jsp [NC,R]
</VirtualHost>

> -----Urspr�ngliche Nachricht-----
> Von: Dan Lindy [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 15. M�rz 2002 15:49
> An: Robert Walther
> Cc: Tomcat Users List
> Betreff: Re: Multiple Tomcat 3.2.4 JVMs Document

> To get around this, I was able to successfully hack the mod_webapp
Apache 
> 1.3 module, and it appears to be working just fine with multiple
instances 
> of Tomcat running on the same server.

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to