----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
> Hi Mike,
>
> JServ is a TCP server. This means it is listening on a TCP port. And can
> restrict the TCP address it's listening to (I mean listen only to
> 127.0.0.1 (localhost loopback address), or to one of the external
> Ethernet cards IP address. (Or all of them in 1.1b4 version).
>
> So you must understand that starting JServ automatically by Apache is an
> easy an convenient way to start it, but not the only way to do.
> So, let's imagine one Apache starting its own JServ in automatic mode.
> Another Apache on the same machine can just use the same JVM, that's
> what you're needing ?
> If it's running on the same machine, you simply have to give in the 2nd
> Apachejserv.conf file
Hi jean,
Thanks very much for the post. I figured it out. What I wasn't sure of was
how to setup the 2nd server. I just put ApJServMount that pointed to the
unsecure server where the JVM was running and it works beautifully.
Thanks again!
mike
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]