-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all,
I've been working on tomcat5.5 package today. I uploaded it to experimental. I changed the name from tomcat5 to tomcat5.5 so you can install both on the same machine. Attention: tomcat5.5 will run on port 8180 (as tomcat4 and as tomcat5) so if you want tomcat5 and tomcat5.5 to run together, you'll have to edit /etc/tomcat5.5/server.xml. I did not have problem to install it. It runs on my laptop... but the jsp examples. I don't know why yet but the tagPlugins.xml file you can find in /var/lib/tomcat5.5/webapps/jsp-examples/WEB-INF/tagPlugins.xml is not correct. The one from the source is correct. I have to investigate this (well, you can help ;-)). The attached file should work as a replacement. But even with that file, it seems it doesn't work (I thought it worked before I started to write this email!), it does not find a java compiler! Well, in some days, tomcat5.5 will hit experimental. I mean it IS very experimental. So install it to try the package and don't hesitate to file bug reports with patches against the subversion's pkg-java trunk: svn+http://svn.debian.org/svn/pkg-java/trunk/tomcat5.5 Thanks for your help, - -- .''`. : :' :rnaud `. `' `- Java Trap: http://www.gnu.org/philosophy/java-trap.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEnBQb4vzFZu62tMIRAk3XAKCCmi+GXPK3totORWTnbiqaIQEz9wCeNByJ FHpB8DPsIt5ii3SJ7PbE8wA= =e4Yl -----END PGP SIGNATURE-----
<tag-plugins> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.rt.core.IfTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.If</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.common.core.ChooseTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.Choose</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.rt.core.WhenTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.When</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.common.core.OtherwiseTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.Otherwise</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.rt.core.ForEachTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.ForEach</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.rt.core.OutTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.Out</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.rt.core.SetTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.Set</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.common.core.RemoveTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.Remove</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.common.core.CatchTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.Catch</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.rt.core.ForTokensTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.ForTokens</plugin-class> </tag-plugin> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.rt.core.ImportTag</tag-class> <plugin-class>org.apache.jasper.tagplugins.jstl.core.Import</plugin-class> </tag-plugin> </tag-plugins>