Petr Sumbera schrieb: > Hi Tomcat gurus, > > The question I have is rather philosophical and not really technical > (I'm evaluating Tomcat 6 integration into OpenSolaris). > > While compiling Tomcat 6.0.16 it requires: > > Apache Commons Daemon > Apache Commons Collections > Apache Commons DBCP > Apache Commons Pool > > But after compilation I see just commons-daemon.jar. Where are the others?
Commons collections seems to be a relict and not really used. DBCP and pool is contained in tomcat-dbcp.jar. We ranem the packages in order to make to dbcp and pool classes independant of any webapp bundled dbcp or pool versions. The renaming is done by an ant target named "build-tomcat-dbcp" in our main build.xml. Which version gets used for a Tomcat release is decided when doing the release, usually it's the latest one. Technically the information is contained in build.properties.default. There is a very recent discussion about providing an alternative database pool, the code was brought into our repos this week. We might provide it as an alternative pool and some time in the future this implementation might become the default database pool for Tomcat. But this is far from being decided. > Is there 1-1 mapping between Apache Commons module version and Tomcat > version? I mean, new version of Apache common module (e.g fixing > security issue) results in new Tomcat version? No strict mapping. Of course if the dbcp bug is *very* serious, it's not unlikely, that there will be Tomcat release. Regards, Rainer --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]