----------------------------------------------------------------
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!!!
----------------------------------------------------------------
>
> Have you tried only using one zone and having both servers connect to that
> one zone? JServ *should* be able to handle that.
>
> -jon
Two servers:
ssl.earthtrip.com
unsecure.earthtrip.com
unsecure.earthtrip.com is using a jserv.conf that has this in it (this is
the machine that is running the JVM):
ApJServMount /servlet /root
ApJServMount /jsp /root
ApJServMount /examples /root
ssl.earthtrip.com is using a jserv.conf that has this:
ApJServMount /servlet ajpv12://unsecure.earthtrip.com:8009/root
ApJServMount /jsp ajpv12://unsecure.earthtrip.com:8009/root
Everything is working *except* sessions are being created. This is
probably a configuration issue but I'm not sure.
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]