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 t
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 cont
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 context fails to load
becau