just disable your apache server, on some linux that would be

chkconfig --del httpd, what it is on your, I don't know, so read the docs :)

Filip

Jonathan Pare wrote:
That's it ! Thaks a lot !  I changed the tomcat port back to 8080 and 
everything went back to normal.  But then I remembered why I change the port in 
the first place.  It's because I want to use dyndns to access my website from 
outside my network, so I have to use (I think) the port 80. Any suggestion ?

----------------------------------------
From: [EMAIL PROTECTED]
To: users@tomcat.apache.org
Subject: RE: Re: Directory listing... what happened ?
Date: Mon, 17 Apr 2006 16:43:33 -0500

buried in your stacktrace:
SEVERE: Error initializing endpoint
java.net.BindException: Address already in use:80

Combine this with your previous statement "... until I rebooted my
computer"....

Most likely there is a version of Apache web server that was enabled with
your ubuntu installation, that at some point in the past, you or someone
else turned off (and have subsequently forgotten about).  On restart, ubuntu
is configured to start apache, which it does, and it grabs port 80.

Then, tomcat fails to start as stated in its logs.
Which is why you see the default "congrats on setting up apache" message
from apache. Even though you didn't install apache, it's part of your ubuntu
setup and it restarts with your box.



-----Original Message-----
From: Jonathan Pare [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 4:18 PM
To: Tomcat Users List
Subject: RE: Re: Directory listing... what happened ?


There are my 2 logs:

SEVERE: Error initializing endpoint
java.net.BindException: Address already in use:80
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Profitez des puissants filtres de courriels indésirables articulés sur la 
technologie brevetée MicrosoftMD SmartScreen.
http://join.msn.com/?pgmarket=fr-ca&page=features/junkmail
---------------------------------------------------------------------
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]

Reply via email to