Hi,
I try to exclude my ini section into a file. I have a standard maven web
project and want to put the shiro.ini file into the src/main/resources
folder.
I tried to to it like that:
<init-param>
<param-name>configPath</param-name>
<param-value>file:src/main/resources/shiro.ini</param-value>
</init-param>
But it couldn't find it :-( what's wrong with my config?
Thank you
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/setting-path-to-shiro-ini-tp5566471p5566471.html
Sent from the Shiro User mailing list archive at Nabble.com.