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

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 wrote: > >> >> >> >> >> >> Does anyone has a idea -- >> >> how/where to put appPatch.jar to the tomcat, so tomcat can load this >> appPatc

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 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

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 it