Re: Configure 2 or more Tomcat instances.

2011-02-23 Thread rajini maski
I created 2 tomcat instances. With respective folders tomcat0 tomcat1 And server xml edited with the different port numbers respecitvely(all the 3 ports). Now when I am tryin to connect .. http://localhost:8090/ or http://localhost:8091/ webpage failed to open in both the cases. Is

Configure 2 or more Tomcat instances.

2011-02-22 Thread rajini maski
I have a tomcat6.0 instance running in my system, with connector port-8090, shutdown port -8005 ,AJP/1.3 port-8009 and redirect port-8443 in server.xml (path = C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\server.xml) How do I configure one

Re: Configure 2 or more Tomcat instances.

2011-02-22 Thread Jonathan DeMello
Hey Rajani, From what I've seen, you just need to copy the Tomcat folder and change the following ports in server.xml: shutdown, connector,ajp. Then you can start them up independently. Regards, Jonathan On Tue, Feb 22, 2011 at 3:15 PM, rajini maski rajinima...@gmail.com wrote:

Re: Configure 2 or more Tomcat instances.

2011-02-22 Thread Paul Libbrecht
Rajini, you need to make the (~3) ports defined in conf/server.xml different. paul Le 22 févr. 2011 à 12:15, rajini maski a écrit : I have a tomcat6.0 instance running in my system, with connector port-8090, shutdown port -8005 ,AJP/1.3 port-8009 and redirect port-8443