Re: Load Balancing Tomcat 5.0.X, hardware or software?

2007-09-07 Thread Filip Hanik - Dev Lists

bajistaman wrote:

Many Thanks for your comments, I have everything working now using a HW load
balancer but the ssl is being managed by every node just because the guys
from networks think that we need to upgrade the current HW Load Balancer to
be able to support it and that is not going to happen soon.
  
The caveat with that solution is that now you are doing TCP session load 
balancing, not HTTP load balancing.
When the traffic flows in SSL through the LB, it prevents the LB to make 
load balancing decisions based on the HTTP protocol.


And to do stickyness with TCP load balancing, you don't have much 
information except the SRC and DEST IP addresses to go by.(and the 
session itself, which is not relevant when it comes to HTTP since it is 
stateless)


Filip

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Load Balancing Tomcat 5.0.X, hardware or software?

2007-09-03 Thread bajistaman

Many Thanks for your comments, I have everything working now using a HW load
balancer but the ssl is being managed by every node just because the guys
from networks think that we need to upgrade the current HW Load Balancer to
be able to support it and that is not going to happen soon.

Johann
-- 
View this message in context: 
http://www.nabble.com/Load-Balancing-Tomcat-5.0.X%2C-hardware-or-software--tf4354748.html#a12460977
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Load Balancing Tomcat 5.0.X, hardware or software?

2007-09-01 Thread Dwayne
My vote goes to appliance, but Filip is completely correct, this is a budget
based decision.

The higher up in your architecture you deal with SSL the better in my
experience.  (especially in stateless farms)

I would look into L2 caching (like EHCache + Hibernate or Terracotta) if you
decide to build a LB yourself.

Good luck

Dwayne


On 8/31/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote:

 bajistaman wrote:
  And what about SSL?,
 it sure makes life easier to have the LB take care of it, and if you
 look at it from a signed certificate licensing standpoint, cheaper.
 verisign and the other dudes, like to charge for per-box you wish to
 install the cert on.
   it is better to let the load balancer to take care of it
  or every node in the farm?
 
  Thanks,
 
  Johann
 


 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Load Balancing Tomcat 5.0.X, hardware or software?

2007-08-31 Thread bajistaman

And what about SSL?, it is better to let the load balancer to take care of it
or every node in the farm?

Thanks,

Johann
-- 
View this message in context: 
http://www.nabble.com/Load-Balancing-Tomcat-5.0.X%2C-hardware-or-software--tf4354748.html#a12425400
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Load Balancing Tomcat 5.0.X, hardware or software?

2007-08-31 Thread Filip Hanik - Dev Lists

bajistaman wrote:

And what about SSL?,
it sure makes life easier to have the LB take care of it, and if you 
look at it from a signed certificate licensing standpoint, cheaper.
verisign and the other dudes, like to charge for per-box you wish to 
install the cert on.

 it is better to let the load balancer to take care of it
or every node in the farm?

Thanks,

Johann
  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Load Balancing Tomcat 5.0.X, hardware or software?

2007-08-30 Thread bajistaman

Hi!, I'm trying to create a stateless tomcat's farm but wanted sticky session
mechanism. What is the best way to achieve this?, using hardware or software
load balancing?

Thanks,

Johann
-- 
View this message in context: 
http://www.nabble.com/Load-Balancing-Tomcat-5.0.X%2C-hardware-or-software--tf4354748.html#a12408836
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Load Balancing Tomcat 5.0.X, hardware or software?

2007-08-30 Thread Filip Hanik - Dev Lists
whether you run software on your own machines, or buy an appliance with 
loadbalancing software (what you refer to hardware loadbalancer) is 
dependent on your budget, nothing else :)


Filip

bajistaman wrote:

Hi!, I'm trying to create a stateless tomcat's farm but wanted sticky session
mechanism. What is the best way to achieve this?, using hardware or software
load balancing?

Thanks,

Johann
  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]