I had the same problem using HP-Unix and Tomcat.  The problem had to do with
two things trying to share the same port number.  We fixed the problem by
changing the port number in the server.xml:

<Connector className="org.apache.tomcat.service.SimpleTcpConnector"> -->
             <Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/> -->
             <Parameter name="port" value="8080"/> -->
         </Connector> -->

I hope this helps.

Mark


-----Original Message-----
From:   Sambit Mishra [mailto:[EMAIL PROTECTED]]
Sent:   Friday, February 23, 2001 3:51 PM
To:     [EMAIL PROTECTED]
Subject:        Shutdown problem

Hi Folks!!
I am using Tomcat 3.2 on Solaris.

My problem is I can not shutdown the server and bring it up with the
tomcat.sh stop/start command. I get the exception "Fatal:
java.net.BindException: Address already in use...". I have to kill a
process which reads "../green_thread/.." as a workaround.

Any suggestions?

Thanks.
-Sambit


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

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

Reply via email to