Re: Order of vs

2002-07-16 Thread Stefan Bodewig
One more thing. Have you run Gump on Windows lately (you know I don't). I think you should be getting a sharing exception (or whatever it is called) if you try to modify catalina.jar while it is on the CLASSPATH - and changing the order of and is not going to help here. Cheers Stefan

RE: Order of vs

2002-07-16 Thread Ignacio J. Ortega
> De: Stefan Bodewig [mailto:[EMAIL PROTECTED]] > Enviado el: 16 de julio de 2002 17:17 > BTW, could somebody please add a dependency on Xerces to the Gump > descriptor of jakarta-tomcat-jk and maybe even add a so that > at-jk.html

Re: Order of vs

2002-07-16 Thread Stefan Bodewig
On Tue, 16 Jul 2002, Sam Ruby <[EMAIL PROTECTED]> wrote: > it seem that the JDK doesn't take kindly to jars being modified > while in use. Too true. But is it really necessary to change catalina.jar? If so, does it have to be on the CLASSPATH in the first place? > Putting dirs first provided

Order of vs

2002-07-16 Thread Sam Ruby
Stefan, suggestions? it seem that the JDK doesn't take kindly to jars being modified while in use. Putting dirs first provided a workaround. http://jakarta.apache.org/builds/gump/latest/jakarta-tomcat-4.0.html http://jakarta.apache.org/builds/gump/latest/xml-axis-security.html --