Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: Pid * p...@pidster.com To: Tomcat Users List users@tomcat.apache.org 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 blaxx...@yahoo.com wrote: Hi Apache 2.2 is connected

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Pid
On 16/12/2011 08:47, Blaxton wrote: From: Pid * p...@pidster.com To: Tomcat Users List users@tomcat.apache.org 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 blaxx

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org 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 * p

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org 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 * p

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 normal

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

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org 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

Change Default SSL port on Tomcat

2011-12-15 Thread Blaxton
with 8443, I get Secure Connection Failed is there any thing else I need to do to change the default SSL port ? did following steps to change the SSL port from Tomcat default to 443 but got 1-  Generated /root/.keystore with following command: %JAVA_HOME%\bin\keytool -genkey -alias tomcat

Re: Change Default SSL port on Tomcat

2011-12-15 Thread Pid *
change the port from 8443 to 443, the same URL that was working with 8443, I get Secure Connection Failed is there any thing else I need to do to change the default SSL port ? did following steps to change the SSL port from Tomcat default to 443 but got 1- Generated /root/.keystore