Hello Everyone,
Refering to the article : https://community.jboss.org/wiki/HAWebSessionsViaDatabasePersistence where it describes to achieve data persistence for jboss 5.x.
I would like to achieve the same but with Jboss 7.x. Since there are various changes in structure from AS5 to AS7, I am not sure how should I configure it. I have some problems.
1. There is no Context.xml in jboss 7.x, Not sure where should I use <Manager> and <Store> tags .
2. There is no module defined for class org.jboss.web.tomcat.service.session.persistent.DataSourcePersistentManager
in AS7 as given in the article for AS5.
3. Somewhere in comments below the article, its written I can use jboss-web.xml for AS7. Again, I am not sure how should my jboss-web.xml should look-like/ contain.
Any help regarding this will be appreciated !
Thanks & Regards
Manish Suriya