At 8:13 AM -0700 6/21/99, Craig R. McClanahan wrote:
>Fredrik Widfeldt wrote:
>
>> At 16:09 1999-06-21 , you wrote:
>> >Can I connect multiple JServ-Engines 1.0 to one Apache 1.3.6 ?
>>
>> Yes.
>>
>> >And why?
>>
>> * Load balancing between machines
>> * Different jdk versions on different JServ engines
>>
>
>You can also have your JServ engines running under different Unix
>usernames, with different native file access permissions.
>

There are a few ways to do this depending on your reasons.

1. Set up multiple zones, where each zone may communicate with a different
JServ engine instance.

This is the most straightforward, where you simply give the URL of the
JServ engines in the JServMount directives.


2. Simple load-balancing, where you want to balance the requests within a
single zone to multiple engines.

This is more difficult, but we hopefully made it as easy as possible. The
trick here was to make it so that sessions are maintained by tagging each
session with the JServ that started it. This is documented in faq-o-matic
and involves the ApJServBalance, ApJServRoute and ApJServHost directives
for setting up the balanced JServ engines.




Bernie Bernstein
Talk City Inc.
voice: 408-871-5320                   Join the Conversation.
email: [EMAIL PROTECTED]      http://www.talkcity.com/




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

Reply via email to