Perhaps some other process is already listening to port 80..

stop tomcat and try something like
netstat -an | grep LISTEN
and see if anything shows up as listening on port 80

Kwong.

-----Original Message-----
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 26 March 2003 0:40
To: Tomcat Users List
Subject: Re: Infuriating port problem 80 - 8443 and 8008 - 8443



If it was a root restriction issue, Tomcat wouldn't even start.

John

On Tue, 25 Mar 2003 13:26:35 -0000, James Lewis 
<[EMAIL PROTECTED]> wrote:

> Obviously I meant Linux, although root access on Linus sounds 
> interesting...
>
>> -----Original Message-----
>> From: James Lewis [mailto:[EMAIL PROTECTED]
>> Sent: 25 March 2003 13:24
>> To: Tomcat Users List
>> Subject: RE: Infuriating port problem 80 - 8443 and 8008 - 8443
>>
>>
>> is the User who is running the server "root"? Some ports are
>> privileged and
>> you need root access on Linus to use them (someone can correct me on the
>> exact ones no doubt :p)
>>
>> james
>>
>>
>> > -----Original Message-----
>> > From: Jamesey [mailto:[EMAIL PROTECTED]
>> > Sent: 25 March 2003 13:16
>> > To: [EMAIL PROTECTED]
>> > Subject: Infuriating port problem 80 - 8443 and 8008 - 8443
>> >
>> >
>> > My web app has been working fine for weeks switching from 8080 to 
>> 8443..
>> >
>> > however.. i've now reconfigured it to port 80 and it after
>> > submitting to my
>> > struts action servlet.. i get page not found..
>> > if i switch it back to 8080 its fine..
>> >
>> > anyone know if im doing sometihng wrong?
>> >
>> > DETAILS: - Server.xml
>> > <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
>> >
>> > <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>> >
>> > port="80" minProcessors="5" maxProcessors="75"
>> >
>> > enableLookups="false" redirectPort="8443"
>> >
>> > acceptCount="100" debug="0" connectionTimeout="20000"
>> >
>> > useURIValidationHack="false" disableUploadTimeout="true" />
>> >
>> > <!-- Note : To disable connection timeouts, set connectionTimeout 
>> value
>> >
>> > to -1 -->
>> >
>> >
>> >
>> >
>> >
>> > <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
>> >
>> > <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>> >
>> > port="8443" minProcessors="5" maxProcessors="75"
>> >
>> > enableLookups="false"
>> >
>> > acceptCount="100" debug="0" scheme="https" secure="true"
>> >
>> > useURIValidationHack="false" disableUploadTimeout="true">
>> >
>> > <Factory 
>> className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
>> >
>> > clientAuth="false" protocol="TLS" />
>> >
>> > </Connector>
>> >
>> > ---------- <snip>
>> >
>> > <Host name="james_laptop" debug="0" appBase="webapps"
>> >
>> > unpackWARs="true" >
>> >
>> >     <Logger className="org.apache.catalina.logger.FileLogger"
>> >
>> >         directory="logs" prefix="localhost_log." suffix=".txt"
>> >
>> >         timestamp="true"/>
>> >
>> >     <Context path="" docBase="MyApp" debug="0" reloadable="true">
>> >
>> >
>> >     <Logger className="org.apache.catalina.logger.FileLogger"
>> >
>> >         prefix="james_laptop_log." suffix=".txt"
>> >
>> >         timestamp="true"/>
>> >
>> >     <Manager className="org.apache.catalina.session.PersistentManager"
>> >
>> >         debug="0"
>> >
>> >         saveOnRestart="true"
>> >
>> >         maxActiveSessions="-1"
>> >
>> >         minIdleSwap="-1"
>> >
>> >         maxIdleSwap="-1"
>> >
>> >         maxIdleBackup="-1">
>> >
>> >         <Store className="org.apache.catalina.session.FileStore"/>
>> >
>> >     </Manager>
>> >
>> >     </Context>
>> >
>> > </Host>
>> >
>> >
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

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


----------------
Powered by telstra.com

 


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

Reply via email to