2 Replies Latest reply on May 4, 2012 2:04 PM by greco

    How to modularize a web application? Multi-level context paths possible?

    stsch77

      What I need is the possibility to deploy 2 separate war-files that can share some kind of information through a common context (e.g through a session object). I tried to deploy one web application to context root /foo and the second one to /foo/bar and realized that my resources in /foo/bar cannot access the information that was set to the session object by resources in /foo. Is this somehow possible? What could be another approach to accomplish such a requirement?

       

      Regards,

      -Steffen-