• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

JBoss EAP 6 clustering with Apache 2.0 problem

 
Ranch Hand
Posts: 168
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic