ask in an ubuntu-related forum for help on permanently disabling your apache
server, or, connect your apache server to tomcat with mod_jk.   

If you're unsure of how to do the first, you probably will feel more pain
trying the second (so do that first thing).



> -----Original Message-----
> From: Jonathan Pare [mailto:[EMAIL PROTECTED] 
> Sent: Monday, April 17, 2006 5:20 PM
> To: Tomcat Users List
> Subject: RE: Re: Directory listing... what happened ?
> 
> 
> 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.
> > 
> > 


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

Reply via email to