Hi,

/WEB-INF/config is not in the classpath : /WEB-INF/classes or /WEB-INF/lib
are in the classpath.
You should add this in your ShiroFilter configuration :
<context-param>
    <param-name>shiroConfigLocations</param-name>
    <param-value>/WEB-INF/config/shiro.ini</param-value>
</context-param>

Best regards,
Jérôme




--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/ini-configuration-tp7577628p7577635.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to