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