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

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

2011-10-21 Thread Bob DeRemer
Hi Mark, With regard to using Tomcat in production, that was meant sarcastically - the team has done a nice job on later Tomcat 6 and Tomcat 7 32/64-bit installations - including Windows Service support, etc. - nice work. With regard to using YourKit, I have a licensed copy, but must be

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 12:22, Bob DeRemer wrote: Hi Mark, With regard to using Tomcat in production, that was meant sarcastically - the team has done a nice job on later Tomcat 6 and Tomcat 7 32/64-bit installations - including Windows Service support, etc. - nice work. That comment was more aimed

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

2011-10-21 Thread Bob DeRemer
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 I need to get you a snapshot? -bob -Original Message- From: Mark Thomas

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 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 I need to get you a snapshot? Bob and I took

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

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

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

2011-10-20 Thread Bob DeRemer
I am not using a local app context and everything I've seen recommends NOT using antijarlocking in production settings. Thx, bob -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, October 20, 2011 5:53 PM To: Tomcat Users List Subject: Re: JAR locked in Tomcat after

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 settings. Yes, except for the

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

2011-10-20 Thread Bob DeRemer
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. With regard to finding a solution, I'll try the