Re: different behavior in processing jar files in Tomcat 5.0.28 and Tomcat 6.0.18

2009-05-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patricia, On 5/22/2009 2:29 PM, Guimaraes, Patricia (NIH/NLM) [C] wrote: > Essentially, when running my Java code which calls method > getResource(String name) of class Class to find a resource that is part > of a jar file, Tomcat 5.0.28 finds the jar

RE: different behavior in processing jar files in Tomcat 5.0.28 and Tomcat 6.0.18

2009-05-22 Thread Martin Gainty
Note that the explosion will not occur if the Host is configured so that .WARs are not exploded with a unpackWARs attribute set to "false" to appBase which is usually webapps, the web application will be simply redeployed as a c