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
When starting up Tomcat 7, you see this warning in the catalina.out log file:
INFO: validateJarFile(/Users/baszero/development/git/_upgrade/yanel/local/apache-tomcat-7.0.25/webapps/yanel/WEB-INF/lib/jsp-api-2.1-6.1.14.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/el/Expression.class
Might be related to the non working tomcat admin page located at http://localhost:8080/manager/html/list
This should be fixed in order to have a proper working Tomcat installation!
The text was updated successfully, but these errors were encountered:
When starting up Tomcat 7, you see this warning in the
catalina.out
log file:INFO: validateJarFile(/Users/baszero/development/git/_upgrade/yanel/local/apache-tomcat-7.0.25/webapps/yanel/WEB-INF/lib/jsp-api-2.1-6.1.14.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/el/Expression.class
Might be related to the non working tomcat admin page located at
http://localhost:8080/manager/html/list
This should be fixed in order to have a proper working Tomcat installation!
The text was updated successfully, but these errors were encountered: