The reason might be related with administration rights. Not every user has the 
right to run an application which listens to requests on port 80.
since 8080 > 1024, so you don't live any problem.

I couldn't get the whole picture in my head actually. I just wanted to remind 
this.

Regards

hs

Larry Meadors <[EMAIL PROTECTED]> wrote: Looks like something else is listening 
on port 80. Is IIS running?

Larry


On 4/25/07, John Pedersen  wrote:
> Hi,
>
> I have an app running fine on port 8080, but nothing works when I
> switch to port 80 -
>
> in server.xml, changing:
>
> 
>                maxThreads="150" connectionTimeout="20000"
>                redirectPort="8443" />
>
> to
>
> 
>                maxThreads="150" connectionTimeout="20000"
>                redirectPort="8443" />
>
> I get this error message:
>
> SEVERE: Error starting endpoint
> java.lang.Exception: Socket bind failed: [730048] Only one usage of
> each socket address (protocol/network address/port)  is normally
> permitted.
>         at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:608)
>         at org.apache.tomcat.util.net.AprEndpoint.start(AprEndpoint.java:712)
>         at 
> org.apache.coyote.http11.Http11AprProtocol.start(Http11AprProtocol.java:149)
>         at org.apache.catalina.connector.Connector.start(Connector.java:1132)
>         at 
> org.apache.catalina.core.StandardService.start(StandardService.java:457)
>         at 
> org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
>         at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> 25-Apr-2007 15:50:33 org.apache.catalina.startup.Catalina start
> SEVERE: Catalina.start:
> LifecycleException:  service.getName(): "Catalina";  Protocol handler
> start failed: java.lang.Exception: Socket bind failed: [730048] Only
> one usage of each socket address (protocol/network address/port)  is
> normally permitted.
>         at org.apache.catalina.connector.Connector.start(Connector.java:1139)
>         at 
> org.apache.catalina.core.StandardService.start(StandardService.java:457)
>         at 
> org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
>         at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> 25-Apr-2007 15:50:33 org.apache.catalina.startup.Catalina start
>
> I guess there must be something else using port 80? but I can't see it
> ( tried netstat).
>
> I am running W2000, tomcat 6.
>
> Maybe it is my wireless setup ( BT voyager 2100 ) - I have been
> playing with settings, but am getting nowhere.
>
> Any suggestions?
>
> Thanks,
>
> John
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

Reply via email to