[JBoss-user] [Clustering/JBoss] - Sticky Sessions in Clustering

2006-05-03 Thread gerMonday
Hello, I've set up clustering in JBoss for my application. I want to set it up so that if a user logs in and the node being used goes down the session information is available in the other nodes, so that they do not have to sign in again. I have followed the documentation for session

[JBoss-user] [Clustering/JBoss] - Sticky sessions

2006-04-05 Thread pure
Hi! We have statless nodes with caching (non distributed) in a cluster. Is it possible with mod_jk to have a session returned to the same node based on a session id. Login will go to a random our roundrobin calulated node and then the session id is returned to the client. Calls that contains

[JBoss-user] [Clustering/JBoss] - sticky sessions break declarative https ?

2005-10-05 Thread new4jboss
I'm in a bit of a dilema If I need sticky HTTP sessions, then my hardware load balancer needs to have a ssl decoder to handle the https requests. However by doing that, how can I enforce container security for my web app when the request arriving at the servlet container is plain http ? How

[JBoss-user] [Clustering/JBoss] - Sticky Sessions

2005-09-29 Thread pure
What does a HTTP load balancer stick on. Is it a sessionid cookie or a http header property? Is it possible for it to stick to something in a SOAP header? Why im asking is becouse it seems like webservices using EJB's does not seem to be able to access anything about the HTTP header only the