Hi all,
I am using JBoss EAP 6 with clustering (in 2 app servers) and Apache 2.0 (in web server).
I have set the mod_jk to JBoss in worker.properties.
In war file, the web.xml include <distributable/> tag.
After I deployed the war file to JBoss, I access the web page via web server, it seems lost the session.
If I remove the <distributable/> tag from web.xml and access the web page via both application server, it is ok.
After that I also added a jboss-web.xml , but the problem still happen.
I am using Struts 2.0, Apache dbcp.
Does anyone know what configuration file should I change ?
In addition, both console always throws the following exceptions:
Thanks,
Jack