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 the
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
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 wrote:
> I have a tomca