> From: Adria Stembridge [mailto:adrya.stembri...@gmail.com]
> Subject: Re: New to Tomcat -- SSL
> 
> SEVERE: Catalina.start:
> LifecycleException:  service.getName(): "Catalina";  Protocol handler
> start
> failed: java.net.BindException: *Permission denied:80*
>     at
> org.apache.catalina.connector.Connector.start(Connector.java:1097)

Linux/UNIX systems do not allow unprivileged userids to access ports < 1024.  
Although you can run Tomcat under the root userid, this is not recommended for 
security reasons.  Instead, start Tomcat with jsvc:
http://tomcat.apache.org/tomcat-6.0-doc/setup.html#Unix%20daemon

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to