On Mon, Apr 14, 2008 at 10:40:03AM +0200, Tim Stoop wrote: > Hi all, > > We've been using Tomcat 5.5 for over a year now (great package, > thanks!), but recently it's been brought to our attention that the > package seems to miss several jars that the Tomcat manual (http:// > tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html) says should > be there. I'm talking about the list of jars in the commons/lib > directory. We miss the following: > > naming-common.jar > naming-factory-dbcp.jar > naming-java.jar > > Can anyone explain to me where they went and why Tomcat doesn't seem > to need them? Thanks in advance for your time!
Hmm, there is some discrepancy. Apache Tomcat 5.5.26 upstream contains: naming-factory-dbcp.jar naming-factory.jar naming-resources.jar But neither naming-common.jar nor naming-java.jar. The list on the website is not uptodate. naming-factory.jar and naming-resources.jar are included in libtomcat5.5-java package. naming-factory-dbcp.jar is missing because tomcat5.5 in Debian is patched to use commons-dbcp instead of the Tomcat private implementation. I hope this helps you a bit. Please mail back if you have more questions. Cheers, Michael _______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

