On Thu, Apr 20, 2017 at 7:19 PM, JUGAL SHAH <shah.jugal...@gmail.com> wrote:
> 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
>
So you have two URLs now, assuming you are using HTTP:
localhost:8085 <for 1st instance
localhost:8886 <for 2nd instance

Are you saying 1st one is working but the 2nd one is not working? If
so, please start with Catalina log of the 2nd instance and see if it
had logged some error. Also please check localhost_access_log of the
2nd instance right after you get the failed message. It will tell you
whether your request has reached to the 2nd instance or not.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to