Honestly, before posting question did googling and 2 days tried to solve problem on my own...
I want to get Apache Shiro working with GAE. Before that, I had success with 开发者_开发百科Spring Security, but here I can't do a simple thing: to get the filter find my shiro.ini !
After introducing ShiroFilter in web.xml, in init-param tag I give a value of classpath:shiro.ini for the param-name called configPath, as standard way.
Next, I put shiro.ini in my src root, won't work, then under /web-inf/shiro.ini, again didn't work...
any help please?
Maybe this tutorial of integrtating Shiro with GAE will be useful?
精彩评论