----------------------------------------------------------------
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!!!
----------------------------------------------------------------
CHAN LAI HANG wrote:
> Hi,
>
> I have two machines running JServ. Each of them has a servlet-zone
> called "wap". Can I logically merge the two servlet zones (same name)
> running on differ JServ together? Then I can call any servlets located on
> different machines with the same URL such as
> http://Mydomain/sameURI/With_different_servlet_name
>
> regards,
> Kenny
yes. You have to duplicate all the servlets on the 2 machines and use
JServ's load-balancing,
or use put them in different paths (and different mount points too), or
use mod_rewrite.
Jean-Luc
--
--------------------------------------------------------------
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]