> Apache JServ: Exception creating the server socket:
> java.net.BindException: Address already in use
I assume that you have two different servers running. ie: one with one set
of configurations on port 80 and another with one set of configurations on
port 443. Well you either need to start up two different JVM's and have them
listen on different ports (ie: the 8007 setting) or have one server run in
automatic mode.
What is happening is that both servers are trying to start up a JVM each and
they are both trying to listen on port 8007. Understand?
-jon
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]