reym wrote:

> error message(s), after i typed in the command
> $CATALINA_HOME/bin/catalina.sh run:

[...]

> SEVERE: Error initializing endpoint
> java.net.BindException: Address already in use:8080

Just as the message says, there's an application listening on port 8080
already running. I'd bet it's the Tomcat instance you previously started by
$CATALINA_HOME/bin/startup.sh
To find out for sure, use something like netstat.

If it really is a previously launched Tomcat
$CATALINA_HOME/bin/shutdown.sh
should help.

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to