Pale, i just want to die trying to read all the log you send, but the
section:
"SEVERE: Catalina.start:
LifecycleException:� Protocol handler start failed:
java.net.BindException: Address already in use:8080
at ..."
means, that you are already running some process that uses the 8080
TCP/IP Port, you must look at a Proxy server, another instance of Tomcat
or other Webserver or Servlet container, try to start tomcat manually,
but first, execute "netstat -ta" on a shell ("man netstat" for more
info, it is not necessary doing this with root account) and check if the
8080 port is already open, if it is, execute "chkconfig --list" and
search for some services suspicious like: web sever, httpd, proxy or
something else. If you find it, i.e.: funnyproxy 3:on 5:on try this (as
root) /etc/rc.d/init.d/funnyproxy stop and check with netstat again and
do it once and again til found the process using the 8080 port. (it
could be tedious)
I hope it could help, pale. I cannot say you more by now. I am a tomcat
newbie yet X-}
best regards.
El vie, 25 de 07 de 2003 a las 21:35, thors_hammer123 escribi�:
> Hello,
>
> We are having some problems reinstalling Tomcat 5 on a
> Redhat 7.1 kernel 2.4.20. We downloaded the Java Web
> Services package that comes with Tomcat 5 and had
> Tomcat successfully running.
> The problems started when we installed a new disk and
> moved the directory structure to the new disk.
> Afterwards Tomcat would not start anymore. We tried
> reinstalling the package, and uninstalling the whole
> thing and reinstalling, but still no luck. The errors
> we get are logged to a file. This is the output of the
> file (sorry for the long posting)
>
> ------------------Beginning of
> file--------------------
>