I am trying to configure multiple instances of tomcat under apache. I have
server1.xml(port 8007) and server2.xml(port 8009) files and everytime i
start tomcat with any of these files i rename the mod_jk.conf-auto file to
mod_jk.conf1-auto and mod_jk.conf2-auto. I have then included
mod_jk.conf1-auto and mod_jk.conf2-auto in apaches httpd.conf. After this
everything should be working fine.
I cannnot run servlets or jsp pages defined within the context of
server2.xml. However all the contexts defined withing server1.xml work fine.
Am i missing a step or something. In documentation they mention that in
apache configuration we have to instruct the web server adapter on how to
find the Tomcat process responsible for the context. They mention that these
have to be added
# Mounting the first context.
JkMount /abc ajpv12://localhost:8007/abc
# Mounting the second context.
JkMount /xyz ajpv12://localhost:8009/xyz
In which file i dont know?
Please advise.
Thanks
Abhijat Thakur
bDNA Corporation
- RE: multiple instances of tomcat Wolfgang Stein
- RE: multiple instances of tomcat Sankaranarayanan Ganapathy
- RE: multiple instances of tomcat Joshua Sharp
- Multiple Instances of Tomcat Abhijat Thakur
- Re: Multiple Instances of Tomcat Jason Koeninger
- RE: Multiple Instances of Tomcat Abhijat Thakur
- RE: Multiple Instances of Tomcat Jason Koeninger
- Re: Multiple Instances of Tomcat Pier P. Fumagalli
- RE: Multiple Instances of Tomcat Abhijat Thakur
- Multiple Instances of Tomcat Abhijat Thakur
- Multiple instances of tomcat Abhijat Thakur
- Multiple instances of tomcat Vijay Kandy
- Multiple instances of Tomcat Frank Diakovasilis
- Re: Multiple instances of Tomcat David Mossakowski
- Error in MOD_JK Ashish Kulkarni
- JSP getting submited twice Ashish Kulkarni
- RE: Multiple instances of Tomcat Frank Diakovasilis
- RE: Multiple instances of Tomcat Frank Diakovasilis
- Multiple instances of Tomcat Santosh Kulkarni
- Re: Multiple instances of Tomcat micael
- RE: Multiple instances of Tomcat Rui Fernandes
