my first instance port are: <Server port="8005" shutdown="SHUTDOWN">
<Connector port="8085" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" /> my Second instance port are: <Server port="8885" shutdown="SHUTDOWN"> <Connector port="8886" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8444" /> <Connector port="8887" protocol="AJP/1.3" redirectPort="8444" /> when i run the second instance it says page can't be reached Their are many log files which one should I look into? and I am running tomcat version 9.0.0.M6 I am running it directly on browser (localhost:8085) 8085 runs fine its the port mentioned in the original file On Thu, Apr 20, 2017 at 7:04 PM, Suvendu Sekhar Mondal <suv3...@gmail.com> wrote: > Jugal, > > On Thu, Apr 20, 2017 at 6:41 PM, JUGAL SHAH <shah.jugal...@gmail.com> > wrote: > > I have to run multiple instance of tomcat server on a single system with > > window 8.1 OS.I searched the topic I got the solution to make 2 copies of > > tomcat and change the ports in the server.xml file I tried it but it > > didn't work tomcat still continues to run only on port 8080.Any help? > > Which ports(connector/shutdown/redirect) you have changed? Can you > please post server.xml for both of your Tomcat instances? Also please > check what Andre had suggested. > > ~Suvendu > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >