shiro - "Error listenerStart" error while starting -


i trying integrate shiro based on excellent article penned balusc in application. added required jar files (shiro-core-1.2.1.jar, shiro-web-1.2.1.jar, slf4j-api-1.7.5.jar , slf4j-simple-1.7.5.jar). modified web.xml. , added shiro.ini file. however, throws following error on jboss eap 6.0.

3:32:34,470 error [org.apache.catalina.core.standardcontext] (msc service thread 1-3) error listenerstart 13:32:34,470 error [org.apache.catalina.core.standardcontext] (msc service thread 1-3) context [/fedsep] startup failed due previous errors


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -