how/where to put the application patch on tomcat ?

2010-12-16 Thread Fang Zhu
Does anyone has a idea -- how/where to put appPatch.jar to the tomcat, so tomcat can load this appPatch.jar first, before those jars under /WEB-INF/lib/*.jar ? according to the document, we can specify the -Xbootclasspath/p appPatch.jar, but I have no idea how to make it work. Any

Re: how/where to put the application patch on tomcat ?

2010-12-16 Thread André Warnier
Fang Zhu wrote: Does anyone has a idea -- how/where to put appPatch.jar to the tomcat, so tomcat can load this appPatch.jar first, before those jars under /WEB-INF/lib/*.jar ? according to the document, we can specify the -Xbootclasspath/p appPatch.jar, but I have no idea how to make

Re: how/where to put the application patch on tomcat ?

2010-12-16 Thread Saurabh Makol
Put it in the lib folder of tomcat directory. On Thu, Dec 16, 2010 at 2:11 PM, Fang Zhu zhufan...@hotmail.com wrote: Does anyone has a idea -- how/where to put appPatch.jar to the tomcat, so tomcat can load this appPatch.jar first, before those jars under /WEB-INF/lib/*.jar ?

Re: how/where to put the application patch on tomcat ?

2010-12-16 Thread Mark Thomas
On 16/12/2010 22:47, Saurabh Makol wrote: Put it in the lib folder of tomcat directory. Nope. Wrong. Mark On Thu, Dec 16, 2010 at 2:11 PM, Fang Zhu zhufan...@hotmail.com wrote: Does anyone has a idea -- how/where to put appPatch.jar to the tomcat, so tomcat can load this

RE: how/where to put the application patch on tomcat ?

2010-12-16 Thread Caldarale, Charles R
From: Fang Zhu [mailto:zhufan...@hotmail.com] Subject: how/where to put the application patch on tomcat ? how/where to put appPatch.jar to the tomcat, so tomcat can load this appPatch.jar first, before those jars under /WEB-INF/lib/*.jar ? If this is a patch to the application classes