Re: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-21 Thread Mark Thomas
On 21/10/2011 15:31, Mark Thomas wrote: > On 21/10/2011 13:12, Bob DeRemer wrote: >> Thanks Mark, I appreciate the offer. Let me dig into a bit today - >> based on your steps. if I can't get anywhere, I'll gladly take you >> up on your offer. What is the best way to communicate out-of-band if >

Re: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-21 Thread Mark Thomas
gt; [mailto:ma...@apache.org] Sent: Friday, October 21, 2011 7:42 AM To: > Tomcat Users List Subject: Re: JAR locked in Tomcat after using > addUrl to dynamically add JAR to running webapp > > On 21/10/2011 12:22, Bob DeRemer wrote: >> Hi Mark, >> >> With regard to usi

RE: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-21 Thread Bob DeRemer
ark Thomas [mailto:ma...@apache.org] Sent: Friday, October 21, 2011 7:42 AM To: Tomcat Users List Subject: Re: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp On 21/10/2011 12:22, Bob DeRemer wrote: > Hi Mark, > > With regard to using Tomcat in product

Re: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-21 Thread Mark Thomas
- From: Mark Thomas > [mailto:ma...@apache.org] Sent: Friday, October 21, 2011 2:46 AM To: > Tomcat Users List Subject: Re: JAR locked in Tomcat after using > addUrl to dynamically add JAR to running webapp > > On 21/10/2011 03:00, Bob DeRemer wrote: >> While I can appreciate

RE: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-21 Thread Bob DeRemer
nt: Friday, October 21, 2011 2:46 AM To: Tomcat Users List Subject: Re: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp On 21/10/2011 03:00, Bob DeRemer wrote: > While I can appreciate the desire to never use Windows, that isn't > reality in many of the in

Re: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-20 Thread Mark Thomas
On 21/10/2011 03:00, Bob DeRemer wrote: > While I can appreciate the desire to never use Windows, that isn't > reality in many of the industries that use our product, so running > Tomcat on windows can't be considered an oddity or edge case. If it > is, we better look for another app server. If t

RE: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-20 Thread Bob DeRemer
caldar...@unisys.com] Sent: Thursday, October 20, 2011 6:07 PM To: Tomcat Users List Subject: RE: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp > From: Bob DeRemer [mailto:bob.dere...@thingworx.com] > Subject: RE: JAR locked in Tomcat after using addUrl to

RE: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-20 Thread Caldarale, Charles R
> From: Bob DeRemer [mailto:bob.dere...@thingworx.com] > Subject: RE: JAR locked in Tomcat after using addUrl to dynamically add JAR > to running webapp > I am not using a local app context and everything I've seen > recommends NOT using antijarlocking in production settin

RE: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-20 Thread Bob DeRemer
after using addUrl to dynamically add JAR to running webapp On 20/10/2011 18:18, Bob DeRemer wrote: > Hi Tomcat Community: > > BACKGROUND: > I have a Servlet-based WEBAPP that is running in Tomcat7, JDK 1.6.0_27 on > Windows Server 2008 R2 64-bit - all 64-bit. We make use

Re: JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-20 Thread Pid
On 20/10/2011 18:18, Bob DeRemer wrote: > Hi Tomcat Community: > > BACKGROUND: > I have a Servlet-based WEBAPP that is running in Tomcat7, JDK 1.6.0_27 on > Windows Server 2008 R2 64-bit - all 64-bit. We make use of class.newInstance > quite a bit as we have a fairly modular, interface-based sy

JAR locked in Tomcat after using addUrl to dynamically add JAR to running webapp

2011-10-20 Thread Bob DeRemer
Hi Tomcat Community: BACKGROUND: I have a Servlet-based WEBAPP that is running in Tomcat7, JDK 1.6.0_27 on Windows Server 2008 R2 64-bit - all 64-bit. We make use of class.newInstance quite a bit as we have a fairly modular, interface-based system, and create class instances on the fly. As pa