Bug#392390: Fix

Mike Whitaker mike at mindcandydesign.com
Thu Oct 12 13:31:01 UTC 2006


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.




More information about the pkg-java-maintainers mailing list