Re: Tomcat index page

2006-04-11 Thread manivannan84
11 Apr 2006 14:33:06 -0700 (PDT) Subject: Tomcat index page Hi, When I access a site https://www.xyz.com, it takes me to https://www.xyz.com:80/index.jsp whereas when I provide https://www.xyz.com/index.jsp it takes me to the expected location. Where is this 80 getting added from? Https, by d

Re: Tomcat index page

2006-04-11 Thread Not Zippy
You need to configure your proxy name / proxy port in your connector (in the server.xml).. Tomcat makes the assumption based on your settings in the server.xml On 4/11/06, Sandeep N <[EMAIL PROTECTED]> wrote: > Hi, > > When I access a site https://www.xyz.com, it takes me to > https://www.xyz.com

Tomcat index page

2006-04-11 Thread Sandeep N
Hi, When I access a site https://www.xyz.com, it takes me to https://www.xyz.com:80/index.jsp whereas when I provide https://www.xyz.com/index.jsp it takes me to the expected location. Where is this 80 getting added from? Https, by default, should take me to port 443 and not 80. We have a fire