There is no need for Shiro to have any sort of Servlet container to work at all. You can use native session and replication via distributed cache (like Hazelcast) and it will integrate with a servlet container as well. This is what I do with all my projects.
> On Jul 19, 2016, at 12:35 PM, seanmhogan <[email protected]> wrote: > > ns, since I wrote that message I did in fact switch to Jetty 9.3. > The small bit of complication was more than compensated for by having Shiro > work out of the box! > > Thanks for your reply, > Sean
