Re: jsp mod_jk problem

2000-11-06 Thread Dominique BATARD
. The tomcat doc is rather scarse on the subject. Dominique - Original Message - From: "GOMEZ Henri" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 06, 2000 2:47 PM Subject: RE: jsp mod_jk problem I tried to switch to mod_jk and ajp13 and got a strange result

RE: jsp mod_jk problem

2000-11-06 Thread GOMEZ Henri
You have to start several tomcat instances. Make sure you configure them on different ports for ajp12 and then ajp-mount those in your virutal hosts parts of httpd.conf Something like this: in server.xml's: tomcat1 listening on 8007 tomcat2 listening on 8008 ... worker.properties:

RE: jsp mod_jk problem

2000-11-06 Thread Stubenrauch,Andreas
No they are in different JVM's. installed in completly different directories Regards, Andreas -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, November 06, 2000 4:14 PM To: [EMAIL PROTECTED] Subject: RE: jsp mod_jk problem You have to start