You can put the mount directives for both mod_jserv and mod_jk into apache's
VirtualHost containers...their shouldn't be any need to put them on
different ports.  Something like this:

<VirtualHost www.site1.com>
AppJServMount /someURL ajpv12://someURL:someTomcat_3.2.1_Port/someURL
</VirtualHost>

<VirtualHost www.site2.com>
JkMount /someURL ajp13
</VirtualHost>

Or is that what isn't working for you?

John Turner
[EMAIL PROTECTED]


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 10:27 AM
To: [EMAIL PROTECTED]
Subject: Virtual Hosts Question


Hi,

I'm trying to run 2 different versions of Tomcat (3.2.1 and 4.0.3) through
1 Apache (1.3.26).  I haven't had much luck running the two modules
ApacheModuleJServ and Mod_jk together through Apache with Include
statements, actually I'm not even sure if it's possible...?


Now I'm going to try setting up a Virtual server on 8080, I'm thinking that
the main server on 80 will handle one include statement for Tomcat3.2.1 and
the Virtual server on 8080 will handle the include statement for
Tomcat4.0.3...Does anyone know if this is possible?

Thanks for any feedback or any other possible alternatives to setting up 2
Tomcat Versions on 1 Apache.


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to