Re: Multiple JVM's on same machine

2001-03-08 Thread Jesse Reynolds
Hi David Doesn't ajpv13 listen on port 8009? (mod_jk uses ajpv13). ... Perhaps check if you are devining an ajpv13 connector also in your server.xml file that could be conflicting on port 8009. Just an idea. cheers jesse At 3:19 PM -0800 7/3/2001, David Miller wrote: Hi, I am trying to

Multiple JVM's on same machine

2001-03-07 Thread David Miller
Hi, I am trying to figure out a way of making sure that my two war files located on one physical Linux box are running in separate JVM's. I tried mounting the two separate contexts to two separate ports, using something like: ApJServMount /context1 ajpv12://localhost:8007/context1 ApJServMount