Is there a way to share an app-context between two deployed wars? One war needs to wire-in the services of another, and I don\'t know where to start with this.
There is maybe a way if you start an embedded jetty server and access both web apps from the class where you start and configure the jetty server.
See:
Embedding Jetty