JSP Compilation Problems with 2.3.3

Marvin Addison marvin.addison at gmail.com
Sun Aug 14 19:24:33 BST 2011


I made two changes that resolved the problem:

 1. Removed jsp-api-2.0.jar from the IdP deployable
 2. Added a 1.2 JSTL version, which is compatible with 2.x JSP APIs.

I'm fairly certain that #1 alone would suffice since Tomcat provides a
2.1 version on the container classpath, and the two would naturally
conflict.  I'm curious about the IdP's dependency on jsp-api 2.0.  I
would imagine that most containers would provide JSP APIs, but my
experience is limited to Tomcat and JBoss.  Including it with the IdP
seems it would invite version conflicts such as these.

M


More information about the users mailing list