I guess I should clarify that I was under the impression that since I had already set up realms in this application/jvm with Shiro that they would be available somehow to configure my Jetty when I started it embedded.

Thanks again,

Chris

On 1/23/2012 11:22 AM, Les Hazlewood wrote:
Hi Chris,

In your INI config, I don't see any configured realms or that they are
configured on the SecurityManager.  For example:

[main]

realm1 = com.foo.shiro.realm.MyRealm
realm2 = com.foo.shiro.realm.AnotherRealm

securityManager.realms = $realm1, $realm2, ..., $realmN
# end .ini config

HTH,


Reply via email to