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 6:47 PM, André Warnier (tomcat) <a...@ice-sa.com>
wrote:

> On 20.04.2017 15:11, JUGAL SHAH 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?
>>
>>
> What happens when you try to run the second instance of Tomcat ?
> What do the logfiles say ?
> (And : what version of tomcat are you running, and how (as a service ? in
> a command window ?))
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to