Re: Tomcat + APR non-root on linux: Socket bind failed: [98] Address already in use

2009-10-15 Thread Ken Johanson
Peter Crowther wrote: 2009/10/15 Ken Johanson SEVERE: Error starting endpoint java.lang.Exception: Socket bind failed: [98] Address already in use at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612) .. (no listener is actually running on 98; this is just generic Sun msg

Re: Tomcat + APR non-root on linux: Socket bind failed: [98] Address already in use

2009-10-15 Thread Len Popp
On Thu, Oct 15, 2009 at 10:39, Christopher Schultz wrote: > That's port 8443, not port 98. Where's your real defined? 98 isn't a port number, it's an error code. It stands for "Address already in use". -- Len - To unsubscribe,

Re: Tomcat + APR non-root on linux: Socket bind failed: [98] Address already in use

2009-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 10/15/2009 2:42 AM, Jan Pernica wrote: > You cannot use port < 1024 as non-root. Use apache and AJP to connect > tomcat running on eg. 8080. The previous statement is *totally incorrect*. There are multiple ways to run on privileged ports wit

Re: Tomcat + APR non-root on linux: Socket bind failed: [98] Address already in use

2009-10-15 Thread Peter Crowther
2009/10/15 Ken Johanson > SEVERE: Error starting endpoint > java.lang.Exception: Socket bind failed: [98] Address already in use >at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612) > .. > (no listener is actually running on 98; this is just generic Sun msg when > not all

Re: Tomcat + APR non-root on linux: Socket bind failed: [98] Address already in use

2009-10-14 Thread Ken Johanson
Jan Pernica wrote: You cannot use port < 1024 as non-root. Use apache and AJP to connect tomcat running on eg. 8080. Regards Jan On 15.10.2009 8:18, Ken Johanson wrote: Hi everyone, Trying to run Tomcat Tomcat/6.0.18 + apr-1.3.8.tar.gz, I get a: Oct 15, 2009 12:11:20 AM org.apache.coyote.ht

Re: Tomcat + APR non-root on linux: Socket bind failed: [98] Address already in use

2009-10-14 Thread Jan Pernica
You cannot use port < 1024 as non-root. Use apache and AJP to connect tomcat running on eg. 8080. Regards Jan On 15.10.2009 8:18, Ken Johanson wrote: Hi everyone, Trying to run Tomcat Tomcat/6.0.18 + apr-1.3.8.tar.gz, I get a: Oct 15, 2009 12:11:20 AM org.apache.coyote.http11.Http11AprProtoc

Tomcat + APR non-root on linux: Socket bind failed: [98] Address already in use

2009-10-14 Thread Ken Johanson
Hi everyone, Trying to run Tomcat Tomcat/6.0.18 + apr-1.3.8.tar.gz, I get a: Oct 15, 2009 12:11:20 AM org.apache.coyote.http11.Http11AprProtocol start SEVERE: Error starting endpoint java.lang.Exception: Socket bind failed: [98] Address already in use at org.apache.tomcat.util.net.AprEn