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 hel

Where should we deploy/put web application patch jar in Tomcat 5.5 ?

2009-08-19 Thread Fang Zhu
As we all know, we can put the web application jar under:/WEB-INF/lib I have abc.jar in the /WEB-INF/lib already, which contains all the application needs. We need to fix the bug inside th abc.jar, we create a patch jar, abcPatch.jar. We need to make sure when tomcat starts, the abcPatch.j