RE: commons vs !commons

2004-11-03 Thread David G. Friedman
TECTED] Subject: commons vs !commons On Tomcat 4.1.30 Putting commons-digester into %tomcat_home%\common\lib makes tomcat not wanna start(Stacktrace under appendix A). According to ClassLoader-How-To ClassLoader hierachy looks something like this: Bootstrap | System

Re: commons vs !commons

2004-11-03 Thread Joe Germuska
At 12:11 PM +0100 11/3/04, Jan H. Hansen wrote: On Tomcat 4.1.30 Putting commons-digester into %tomcat_home%\common\lib makes tomcat not wanna start(Stacktrace under appendix A). Why do you need to put commons-digester into that directory? If you're using it in your webapp, why not keep it in WEB

commons vs !commons

2004-11-03 Thread Jan H. Hansen
On Tomcat 4.1.30 Putting commons-digester into %tomcat_home%\common\lib makes tomcat not wanna start(Stacktrace under appendix A). According to ClassLoader-How-To ClassLoader hierachy looks something like this: Bootstrap | System | Common /\ Catalina Sh