Assuming that your application server uses a delegating classloader scheme, you should be able to accomplish this by packaging a separate copy of the Shiro libraries in each web application. Otherwise, you'd probably need to write your own integration layer that somehow maps classes from a particular web application to particular security configurations (with a ThreadLocal?).
- Support multiple webapps on same jvm gizmo1177
- Re: Support multiple webapps on same jvm shiro . atomicknight
