Re: Loadbalancer in Tomcat 5.5

2005-08-15 Thread samuel cheung
Peter,

Thank you.
Can you please tell me if the Tomcat load balance supports SSL? 
If yes, do I need to setup certificate in the apache as well?

Thank you.

On 8/14/05, Peter Rossbach [EMAIL PROTECTED] wrote:
 Mark your session with jvmRoute parameter.
 
 Engine jvmRoute=tomcat1 ...
 
 see.http://jakarta.apache.org/tomcat/tomcat-5.5-doc/cluster-howto.html
 
 Why you can't used balancer demo app?
 Read http://www.onjava.com/pub/a/onjava/2004/03/31/clustering.html
 
 peter
 
 
 
 samuel cheung schrieb:
 
 Hi,
 
 Can I use the LoadBalancer webapp to load balance requests to a number
 of tomcat server in round-robin fashion?  I know there is an example
 of the Loadbalancer in the documentation, but that is different from
 what I want.
 
 And how can the load balancer make sure the same session (based on the
 session id) handles  by the SAME tomcat server?
 
 Thank you.
 Sam
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Loadbalancer in Tomcat 5.5

2005-08-15 Thread Peter Rossbach

Why you don't use apache with mod_jk?
Then you can used directly the mod_jk loadbalancer features and 
apache/ssl support?


peter

samuel cheung schrieb:


Peter,

Thank you.
Can you please tell me if the Tomcat load balance supports SSL? 
If yes, do I need to setup certificate in the apache as well?


Thank you.

On 8/14/05, Peter Rossbach [EMAIL PROTECTED] wrote:
 


Mark your session with jvmRoute parameter.

Engine jvmRoute=tomcat1 ...

see.http://jakarta.apache.org/tomcat/tomcat-5.5-doc/cluster-howto.html

Why you can't used balancer demo app?
   Read http://www.onjava.com/pub/a/onjava/2004/03/31/clustering.html

peter



samuel cheung schrieb:

   


Hi,

Can I use the LoadBalancer webapp to load balance requests to a number
of tomcat server in round-robin fashion?  I know there is an example
of the Loadbalancer in the documentation, but that is different from
what I want.

And how can the load balancer make sure the same session (based on the
session id) handles  by the SAME tomcat server?

Thank you.
Sam

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




 






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Loadbalancer in Tomcat 5.5

2005-08-15 Thread samuel cheung
Peter,

Thanks. I guess I am confussed by the mod_jk module and the
loadbalancer webapp comes with  tomcat.  When should I use each one?

Thank you.
Sam


On 8/15/05, Peter Rossbach [EMAIL PROTECTED] wrote:
 Why you don't use apache with mod_jk?
 Then you can used directly the mod_jk loadbalancer features and
 apache/ssl support?
 
 peter
 
 samuel cheung schrieb:
 
 Peter,
 
 Thank you.
 Can you please tell me if the Tomcat load balance supports SSL?
 If yes, do I need to setup certificate in the apache as well?
 
 Thank you.
 
 On 8/14/05, Peter Rossbach [EMAIL PROTECTED] wrote:
 
 
 Mark your session with jvmRoute parameter.
 
 Engine jvmRoute=tomcat1 ...
 
 see.http://jakarta.apache.org/tomcat/tomcat-5.5-doc/cluster-howto.html
 
 Why you can't used balancer demo app?
 Read http://www.onjava.com/pub/a/onjava/2004/03/31/clustering.html
 
 peter
 
 
 
 samuel cheung schrieb:
 
 
 
 Hi,
 
 Can I use the LoadBalancer webapp to load balance requests to a number
 of tomcat server in round-robin fashion?  I know there is an example
 of the Loadbalancer in the documentation, but that is different from
 what I want.
 
 And how can the load balancer make sure the same session (based on the
 session id) handles  by the SAME tomcat server?
 
 Thank you.
 Sam
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Loadbalancer in Tomcat 5.5

2005-08-14 Thread Peter Rossbach

Mark your session with jvmRoute parameter.

Engine jvmRoute=tomcat1 ...

see.http://jakarta.apache.org/tomcat/tomcat-5.5-doc/cluster-howto.html

Why you can't used balancer demo app?
   Read http://www.onjava.com/pub/a/onjava/2004/03/31/clustering.html

peter


  
samuel cheung schrieb:



Hi,

Can I use the LoadBalancer webapp to load balance requests to a number
of tomcat server in round-robin fashion?  I know there is an example
of the Loadbalancer in the documentation, but that is different from
what I want.

And how can the load balancer make sure the same session (based on the
session id) handles  by the SAME tomcat server?

Thank you.
Sam

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




 






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Loadbalancer in Tomcat 5.5

2005-08-12 Thread samuel cheung
Hi,

Can I use the LoadBalancer webapp to load balance requests to a number
of tomcat server in round-robin fashion?  I know there is an example
of the Loadbalancer in the documentation, but that is different from
what I want.

And how can the load balancer make sure the same session (based on the
session id) handles  by the SAME tomcat server?

Thank you.
Sam

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]