[
https://issues.jboss.org/browse/WFLY-7719?page=com.atlassian.jira.plugin....
]
Paul Ferraro updated WFLY-7719:
-------------------------------
Description:
WildFly is currently able to externalize web sessions to a remote Infinispan-server
cluster by use of an invalidation cache and a hotrod-store. This however requires
clustering on the WF side, and is generally less efficient than a session manager that
uses hotrod directly.
We have, in fact, already implemented this for Tomcat
(
http://github.com/wildfly-clustering/wildfly-clustering-web-tomcat) designed such that
the core implementation can be shared with WildFly. This jira represents the completion
of this work, and encompasses:
* Porting the wildfly-clustering-web-hotrod module to WildFly.
* Enhancing the distributable-web subsystem to allow configuration of this new session
manager implementation
* Enhancing deployment descriptor support to allow deployment-specific session management
using the new session manager implementation
HotRod-based distributed session manager
----------------------------------------
Key: WFLY-7719
URL:
https://issues.jboss.org/browse/WFLY-7719
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Reporter: Paul Ferraro
Assignee: Paul Ferraro
WildFly is currently able to externalize web sessions to a remote Infinispan-server
cluster by use of an invalidation cache and a hotrod-store. This however requires
clustering on the WF side, and is generally less efficient than a session manager that
uses hotrod directly.
We have, in fact, already implemented this for Tomcat
(
http://github.com/wildfly-clustering/wildfly-clustering-web-tomcat) designed such that
the core implementation can be shared with WildFly. This jira represents the completion
of this work, and encompasses:
* Porting the wildfly-clustering-web-hotrod module to WildFly.
* Enhancing the distributable-web subsystem to allow configuration of this new session
manager implementation
* Enhancing deployment descriptor support to allow deployment-specific session management
using the new session manager implementation
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)