2011/11/23 Andrew Kujtan :
>
> As it stands, I think I'm just going to have to extract the class files
> from each of the patch jars and insert the structure into my
> WEB-INF/classes folder, as my understanding is that they are ahead of
> the lib folder in the classpath. Is this a viable alternat
rebuild an entire new jar with only patches 1 and 2 included.
Same thing if a new patch comes along.
-Original Message-
From: Yuan [mailto:weiquan.y...@gmail.com]
Sent: Wednesday, November 23, 2011 12:58 PM
To: Tomcat Users List
Cc:
Subject: Re: Patching a jar in a wepabb
Can u compile a
Can u compile all patches into one jar file?
On 2011-11-23, at 12:41 PM, "Andrew Kujtan" wrote:
Hello Tomcat-users,
I'm running Tomcat 7.0.20. My webapp uses several 3rd party jars
located
in WEB-INF/lib and I need to apply a series of patches to one of the
jars. The patches are jar f
Hello Tomcat-users,
I'm running Tomcat 7.0.20. My webapp uses several 3rd party jars located
in WEB-INF/lib and I need to apply a series of patches to one of the
jars. The patches are jar files that only have the modified class files
in it, so to apply it I need to add them to the classpath be