0
Creating multiple instances of Tomcat 7 in Windows
I have been searching in the internet for create multiple instances of Tomcat 7. I found a lot of resources , many of them asked to do some manual configurations such as copying th original Tomcat into another one and setting the "CATALINA_BASE" to the copied directory and edit the ports in conf/server.xml .
Those answers apparently right. but some how i couldn't make it. finally i found a blog post, its' suggest to use the installation of the Tomcat for windows multiple times and give the different port numbers for the following. It's very easy and straight forward.
Connector Port
Shutdown Port
AJP Port
- 1. http://stackoverflow.com/questions/1794444/use-multiple-catalina-base-to-setup-tomcat-6-instances-on-windows
- 2. http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html#Multiple_Instances
Those answers apparently right. but some how i couldn't make it. finally i found a blog post, its' suggest to use the installation of the Tomcat for windows multiple times and give the different port numbers for the following. It's very easy and straight forward.
Connector Port
Shutdown Port
AJP Port
Find the following screen shots for clear instructions.
Hope it solved your problem very easily. :)
Original source of the Answer
http://pe-kay.blogspot.gr/2011/08/creating-multiple-instances-in-tomcat-7.html
Post a Comment