-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pionier,

On 1/13/2010 4:25 PM, pionier wrote:
> BindException :
> 2010-01-13 21:16:07 org.apache.coyote.http11.Http11Protocol start
> SEVERE: Error starting endpoint
> java.net.BindException: Permission denied<null>:80

"Permission denied" would have been a good thing to post along with your
original post. That's much different than "address in use" which is what
is usually the problem.

Are you running Tomcat under a SecurityManager? If so, you'll have to
allow binding to port 80.

If you're running on *NIX, you'll have to use something like jsvc in
order to allow binding to port 80 because it is a "privileged port" and
requires root access.

> telnet message: 
> telnet: connect to address 80.85.234.160: Connection refused
> telnet: Unable to connect to remote host

Yup, nothing is running on that port. But you're not getting an "address
in use" exception so that's not the problem.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktQqZ0ACgkQ9CaO5/Lv0PBqHwCfQLMquOG7WOIt/na3GlO5Rcgf
x54AmgJ48G9WJGDpqJTPXeSOjJp/dHgh
=Y3yg
-----END PGP SIGNATURE-----

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

Reply via email to