wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

Incompatible JSP lib ignore message at startup #79

Open baszero opened 8 years ago

baszero commented 8 years ago

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 image

This should be fixed in order to have a proper working Tomcat installation!

baszero commented 8 years ago

It might be worth to upgrade to the very latest Tomcat 7 version, as indicated in #72