Shyam,
On 29.3.2013 11:16, Shyam Yadav wrote:
I am getting this following exception and the tomcat doesn't start.
java.net.BindException: Permission denied <null>:443
I am really stuck with it. Please help me out with it.
How do you start tomcat? Which user runs the Tomcat process?
It is recommended that you run Tomcat with unprivileged user (e.g.
'tomcat'). If you do it like that, process started by unprivileged user
may not bind to port under 1024 (443 included). Maybe this is the source
for the exception you get?
If my assumption is correct, you may try to use jsvc from commons-daemon
to run tomcat. More details here:
http://tomcat.apache.org/tomcat-7.0-doc/setup.html#Unix_daemon
-Ognjen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org