The security manager is setup once up front including the realms. Imagine a main method that did this: - setup realm connected to database - setup static security manager - start embedded Jetty - embedded jetty re-uses the previously setup static security manager
The example code shows how hard I found it to get the static security manager re-used in the web environment. Stephen On 15 July 2014 16:45, shan <[email protected]> wrote: > Stephen, thanks for the code snippet - one question though, where in this > mechanism are you inserting your custom Realm into the Security Manager? > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Embedded-web-server-startup-and-static-SecurityManager-tp7579754p7580084.html > Sent from the Shiro User mailing list archive at Nabble.com.
