Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: André Warnier To: Tomcat Users List Sent: Friday, December 16, 2011 10:34:24 PM Subject: Re: Change Default SSL port on Tomcat Pid * wrote: >> Thank you pid, >> >> I looked in Catalina.out and found out 443 port is already in use

Re: Change Default SSL port on Tomcat

2011-12-16 Thread André Warnier
Pid * wrote: Thank you pid, I looked in Catalina.out and found out 443 port is already in use error and I had listen 443 in apache, so removed it and now tomcat comes up and all is good. I am not sure if it is better to serve ssl and https through Tomcat or Apache So your plan is to serve nor

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Pid *
> > Thank you pid, > > I looked in Catalina.out and found out 443 port is already in use error > and I had listen 443 in apache, so removed it and now tomcat > comes up and all is good. > > I am not sure if it is better to serve ssl and https through Tomcat or Apache So your plan is to serve norma

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: Pid To: Tomcat Users List Sent: Friday, December 16, 2011 12:35:24 PM Subject: Re: Change Default SSL port on Tomcat On 16/12/2011 08:47, Blaxton wrote: > > > > > >  From: Pid * > To: Tomca

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: Pid To: Tomcat Users List Sent: Friday, December 16, 2011 12:35:24 PM Subject: Re: Change Default SSL port on Tomcat On 16/12/2011 08:47, Blaxton wrote: > > > > > >  From: Pid * > To: Tomca

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Pid
On 16/12/2011 08:47, Blaxton wrote: > > > > > > From: Pid * > To: Tomcat Users List > Sent: Friday, December 16, 2011 10:59:02 AM > Subject: Re: Change Default SSL port on Tomcat > > On 16 Dec 2011, at 03:28, Blaxton wr

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: Pid * To: Tomcat Users List Sent: Friday, December 16, 2011 10:59:02 AM Subject: Re: Change Default SSL port on Tomcat On 16 Dec 2011, at 03:28, Blaxton wrote: > Hi > > Apache 2.2 is connected to Tomcat 6.0.29 through mod_jk and all w

Re: Change Default SSL port on Tomcat

2011-12-15 Thread Pid *
On 16 Dec 2011, at 03:28, Blaxton wrote: > Hi > > Apache 2.2 is connected to Tomcat 6.0.29 through mod_jk and all works fine. > > uncommented Connector port=8443 and by adding required fields in web.xml > accessing secured pages would be forwarded to https with port 8443, > but when I change the

Change Default SSL port on Tomcat

2011-12-15 Thread Blaxton
Hi Apache 2.2 is connected to Tomcat 6.0.29 through mod_jk and all works fine. uncommented Connector port=8443 and by adding required fields in web.xml accessing secured pages would be forwarded to https with port 8443, but when I change the port from 8443 to 443, the same URL that was working wi