You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sam <is...@ms45.hinet.net> on 2001/10/16 03:50:13 UTC

@ Tomcat with SSL in port 443

Hi all,

How could I use default port 443 to access https?

I do not indicate port number for SSL connection in server.xml.

--> <Parameter name="port" ... >   

and execute ./startup.sh
FATAL:java.net.BindException: Address already in use   
It report 443 port in use, so I check /etc/services

two row in /etc/services 
https           443/tcp                         # MCom
https           443/udp                         # MCom

If I never indicate 443 for https use,
Does not https work well in 443 port!?

thanks in advance.