You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i already compile comms-router but i cant start with tomcat because sendme a exception
GRAVE: Excepción arrancando filtro ShiroFilter
javax.servlet.ServletException: org.apache.shiro.config.ConfigurationException: java.io.IOException: Resource [classpath:shiro.ini] could not be found.
The text was updated successfully, but these errors were encountered:
Hi,
In the application.properties file, there should be a path to the shiro file. Something like:
shiro.configLocations=file:/usr/local/tomcat/conf/shiro.ini
Note that there is 'file:' prefix before the path.
Also make sure that you have
''
in your context.xml
Regards, AngelP
i already compile comms-router but i cant start with tomcat because sendme a exception
GRAVE: Excepción arrancando filtro ShiroFilter
javax.servlet.ServletException: org.apache.shiro.config.ConfigurationException: java.io.IOException: Resource [classpath:shiro.ini] could not be found.
The text was updated successfully, but these errors were encountered: