Hi,

I have multiple instances of Tomcat running on my server and i have
configured apache to work with tomcat. What i am not able to figure out is
which tomcat file needs modification so that different contexts can be
directed to different instances. In server.xml file for different instances
i do mention the different contexts related with the different instances.

According to Documentation i have to do something like this in
(Apache-Tomcat Configuration with per Context JVM)

# Mounting the first context.
ApJServMount /xyz ajpv12://xyz.corp.com:8007/xyz

# Mounting the second context.
ApJServMount /abc ajpv12://abc.corp.com:8007/abc


i am not sure which file needs this modification. At present which ever
instance i load in the end all the requests get directed to that instance.

Any help is highly appreciated.

Thanks a lot

Regards

Abhijat Thakur




Reply via email to