You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mohammed Akacem <ak...@biba.uni-bremen.de> on 2000/12/11 12:35:44 UTC

Re: AW: Problem starting tomcat again//FATAL:java.net.BindException: Address already in use

hello,
Thanks for your help, tomcat was still running, I killed the process and
started again , now it's OK.

Mohammed

Ralph Einfeldt schrieb:

> Tomcat didn't shut down properly the last time.
>
> It looks like your starting tomcat from a different account than last
> time:
>
> /usr/local/jakarta-tomcat/conf/tomcat-apache.conf (Permission denied)
>
> Verify with
>
>         ls -l /usr/local/jakarta-tomcat/conf/tomcat-apache.conf
>         id
>
> Make shure you have the right permissions to shutdown tomcat
> and restart it.
>
> If the bind exception persists try as root:
>         lsof -i :8007 (Default internal tomcat port)
>         lsof -i :8080 (Default tomcat port for hhtp)
>         lsof -i :80   (Default apache port)
>
> Or apply this command to any other port you have configured.
>