> From [EMAIL PROTECTED] Fri Apr  9 19:01 EDT 1999
> Date: Fri, 09 Apr 1999 15:58:50 -0700
> Subject: Re: SSL binding problems
> From: "jon *" <[EMAIL PROTECTED]>
> To: Java Apache Users <[EMAIL PROTECTED]>
> Mime-version: 1.0
> X-Priority: 3
> Content-transfer-encoding: 7bit
> List-Software: LetterRip Pro 3.0.5b4 by Fog City Software, Inc.
> List-Subscribe: <mailto:[EMAIL PROTECTED]>
> List-Digest: <mailto:[EMAIL PROTECTED]>
> List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
> 
> > 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


I believe so. The preferably way is to have one Jserv machine handling both
http types, since I have shared class instances between the applications
which might be using non SSL or SSL. I'm not familar with "automatic mode",
is this a way to get apache to accept both http port numbers, but dispatch
to a single Jserv process? Any specifics appreciated.

Rich


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to