[jboss-jira] [JBoss JIRA] (WFLY-2774) Non-distributed, stateful web applications cannot be load balanced using sticky sessions
Paul Ferraro (JIRA)
issues at jboss.org
Fri Jan 17 13:08:32 EST 2014
Paul Ferraro created WFLY-2774:
----------------------------------
Summary: Non-distributed, stateful web applications cannot be load balanced using sticky sessions
Key: WFLY-2774
URL: https://issues.jboss.org/browse/WFLY-2774
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web (Undertow)
Affects Versions: 8.0.0.CR1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Critical
Fix For: 8.0.0.Final
In AS7, one could configure a load balancer with sticky sessions to support load balancing for non-distributed web applications.
While the distributed session manager supports parsing and formatting of the instance-id from/to the session id, the in-memory session manager does not.
The use case for this are stateful web applications that do not require high-availability of state (e.g. a stateless web-app that uses container managed authentication), but would also like to scale beyond the capacity of a single server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list