On Wed, May 26, 2004 at 10:30:59AM -0400, RJ wrote:
: So, I try to use the jsvc approach, telling it to go to
: the nonprivileged tomcat user by (from the tomcat site):
:  [snip]
: However, that chokes as follows, as it apparently can't use port
: 80 as I'm wanting it to.
:>SEVERE: Error starting endpoint
:>java.net.BindException: Permission denied:80

Stupid question: are you running jsvc as root?
To bind to port 80, you'll have to just that.

That doesn't mean Tomcat will run as root; jsvc will use its root privs
to bind to the port, then switch over to the Tomcat user.

Someone else has already mentioned that Apache (or something else) may
still be running on that port.  As root, you can check that with
        lsof -i :80

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to