On Mon, Mar 14, 2005 at 08:55:35AM -0800, sven morales wrote: : I am not exactly sure what you meant by "you don't : have to do that" ? For example, how would a class : differentiate between : org.apache.commons.dbcp.BasicDataSourceFactory and : org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory : without doing anything?
That's the idea -- it won't have to. =) Tomcat repackaged the classes to essentially give itself private copies. In turn, if your code was using those classes, simply include the proper JAR files in WEB-INF/lib and you're done. Developer code shouldn't rely on the Tomcat-specific classes. : My usage of it was : container manage and requires reformatting <Resource> : therefore I don't have the need for recompilations. Now I see what you mean. I originally thought your code was directly calling the (now-repackaged) classes. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
