Tomcat is already up and running.. what it is telling you is that it can't bind to the
specified port (probably 8080) because something else has already done this (most
likely tomcat).
You can shutdown using the shutdown.sh/bat script or if necessary kill the java
process.
Try 'ps -aef | grep java' and you should see any running instances of tomcat. But
again, the preferred way to shutdown is through the script.
-Devin
-----Original Message-----
From: Brawner, Jerry J [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 02, 2001 11:39 AM
To: '[EMAIL PROTECTED]'
Subject: bindexception
i'm getting the following error when i try to start tomcat. can someone
tell me what i need to do.
thanks,
jb
FATAL:java.net.BindException: Address already in use
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:390)
at java.net.ServerSocket.<init>(ServerSocket.java:173)
at java.net.ServerSocket.<init>(ServerSocket.java:124)
at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultServerS
ocketFactory.java:97)
at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.java
:239)
at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:188)
at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)