-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> ApJServMount /servlets ajpv11://localhost:8008/appspace1
> ApJServAction .gsp /servlets/gsp
> ApJServMount /servlets ajpv11://localhost:8009/appspace2
It is not possible to have two URL's point to different locations.
In other words, what you are trying to do is have:
http://www.server.com/servlets/
point at two different JVM's. that is not possible.
Your bigger question was about load balancing and that is possible with
Apache JServ...read the faq...there is lots of information on how to set
this up in there.
-jon
--
--------------------------------------------------------------
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]