Re: question about web-inf/lib

2005-11-03 Thread Tim Funk
You can place common library in common/lib. If that class needs to use reflection to instantiate any classes in your webapp - it may fail. (But since this looks to be a standalone utility - that doesn't seem to be the case) In the case of the reloads - a dll may only be registered once during

Re: question about web-inf/lib

2005-11-02 Thread David Kerber
John MccLain wrote: we currently have 1 project in tomcat webapps dir. We want to add another project there. The problemn is that we would like to have both projects' web-inf/lib populated with the same set of libraries (jar files). When we kick off Tomcat with this configuration,The second