Hello, I am building a JSF webapp and running it on a local apache server at the moment. I have implemented shiro with stormpath on it. By following the tutorials I have been able to get the Shiro authentication to work properly. However I need to move away from using the ini file and programmatically initialize Shiro. It would be wonderful if anyone can find out where I am making my mistake and how to fix it. Thanks in advance!
The web.xml file contains the following statements related to shiro This is my applicationscoped ACLManager backing bean looks like where I am trying to initialize Shiro: This is the shiro.ini file that I had was working previously. (if I don't try to programmatically initialize shiro from the ACLManager Thank you! Tanvir -- View this message in context: http://shiro-user.582556.n2.nabble.com/Having-trouble-initializing-shiro-without-an-INI-file-tp7580113.html Sent from the Shiro User mailing list archive at Nabble.com.
