In /var/lib/tomcat5.5/webapps/jsp-examples/WEB-IN/tagPlugins.xml is
expecting the Tomcat 5.0 tag class definitions, not the 5.5 ones:
applying this patch...
diff -e tagPlugins.xml tagPlugins.xml.new
20c
<plugin-class>org.apache.jasper.tagplugins.jstl.core.ForEach</
plugin-class>
.
16c
<plugin-class>org.apache.jasper.tagplugins.jstl.core.Otherwise</
plugin-class>
.
12c
<plugin-class>org.apache.jasper.tagplugins.jstl.core.When</
plugin-class>
.
8c
<plugin-class>org.apache.jasper.tagplugins.jstl.core.Choose</
plugin-class>
.
4c
<plugin-class>org.apache.jasper.tagplugins.jstl.core.If</plugin-
class>
.
fixes it.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]