https://issues.apache.org/bugzilla/show_bug.cgi?id=50744

--- Comment #8 from Sridhar Murthy <murt...@us.ibm.com> 2011-02-09 20:54:40 EST 
---
Hi Konstantin:

If all the configuartions  required for the Tomcat to start services on both
SSL port ( 8443) and non-SSL port (8080) are put in place in server.xml  and
when Tomcat server is started the services on port 8443 are not started with
Tomcat  5.5.32

Here is the deal:

root@svmciqa002 $ netstat -an | grep 8443
root@svmciqa002 $ netstat -an | grep 8080
tcp        0      0  *.8080                 *.*                    LISTEN
root@svmciqa002 $ 

I configure Tomcat 5.5.27 and use the same server.xml that was used for 5.5.32.
Guess what - both  ports (8443 and 8080) are listening as per the design:

root@svmciqa002 $ netstat -an | grep 8443
tcp        0      0  *.8443                 *.*                    LISTEN
root@svmciqa002 $ netstat -an | grep 8080
tcp        0      0  *.8080                 *.*                    LISTEN
root@svmciqa002 $ 

I disagree with your argument that  I have incorrect syntax with my server.xml
file.

If what you suspect is true, then I would not see the services  on port 8443 
for both Tomcat Versions (5.5.27 as well as 5.5.32)

Kindly get back to me with your thoughts on this.

Thank you for your help and support in this matter.

Sri

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to