[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 replication but all the login does is 
switch between nodes but remain on the login screen. The information for 
TomcatClusteringCache monitoring is not returning any details. 

Has anyone encountered a similar problem before or knows of any common areas 
problems can arise?

Thanks very much,

Ger

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3940982#3940982

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3940982


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 that session id 
will be returned to the node where the login was. 

The client is actually a system that is in turn a server for user clients so 
this system does not hold a http session.

Is this possible? .. Should the session id be in the http header.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935066#3935066

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935066


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 can I enforce exclusive https access this 
way ? Must I configure the in the firewall after the HW load balancer ? Or can 
I just don't worry about session stickiness in JBoss's clustered environment 
due its HTTPSession replication assurances ?

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3899363#3899363

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899363


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 soap header. However 
webservices as servlets seems to be able to access http header and cookies.

Is it better to go for webservices as servlets (Service Endpoints) if i want to 
use a HTTP Loadbalancer? Or can i achive stickyness without having to tamper 
with the HTTP header?

Thanx! 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3897895#3897895

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3897895


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user