Hi all,
I'm trying to setup a test and a production environment in one machine. The idea is to keep running two JVM instances. I created 2 workers mapped to port 8007 and 8008. I setup 2 server.xml properly for each instance. I could configure a virtual host like in httpd.conf
<VirtualHost ....>
JkMount /*.jsp ajp12
JkMount /test/*.jsp test
JkMount /servlet/* ajp12
JkMount /servlet_test/* test
</VirtualHost>
The problem is that /*.jsp seems to override /test/*.jsp ( I made a try... :)) ) . Does anybody have a suggestion how to do this ? I don't want to have different VirtualHost entries...
Thanks
Renato
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 a year!
http://personal.mail.yahoo.com/
