RE: Permanent servlet in TC7

2012-07-31 Thread Chip McVey
when the context itself is destroyed. -Original Message- From: Ben Souther [mailto:b...@souther.us] Sent: Friday, July 27, 2012 1:56 PM To: users@tomcat.apache.org Subject: RE: Permanent servlet in TC7 On Thu, 2012-07-26 at 19:54 +, Chip McVey wrote: So I'm looking for a guarantee

Re: Permanent servlet in TC7

2012-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chip, On 7/26/12 3:54 PM, Chip McVey wrote: I have read that Tomcat does not unload servlets (even though it would be permissible to do so), but as you say, I have done some logging in the destroy method, and I see this behavior. Can you give

RE: Permanent servlet in TC7

2012-07-27 Thread Ben Souther
On Thu, 2012-07-26 at 19:54 +, Chip McVey wrote: So I'm looking for a guarantee that no automatic destroys will happen going forward just because Tomcat decides to do it on its own. If it is instructed to shutdown/undeploy/unload by some outside system or by a human user, that's fine, I'm

Permanent servlet in TC7

2012-07-26 Thread Chip McVey
Hi, In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat process without being unloaded reloaded (unless someone manually instructs Tomcat to do

Re: Permanent servlet in TC7

2012-07-26 Thread Jose MarĂ­a Zaragoza
2012/7/26 Chip McVey chip.mc...@quest.com: Hi, In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat process without being unloaded reloaded

Re: Permanent servlet in TC7

2012-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chip, On 7/26/12 3:19 PM, Chip McVey wrote: In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat

Re: Permanent servlet in TC7

2012-07-26 Thread Daniel Mikusa
- Original Message - Hi, In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat process without being unloaded reloaded (unless someone

Re: Permanent servlet in TC7

2012-07-26 Thread Pid
On 26/07/2012 22:38, Christopher Schultz wrote: Chip, On 7/26/12 3:19 PM, Chip McVey wrote: In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat

RE: Permanent servlet in TC7

2012-07-26 Thread Chip McVey
- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, July 26, 2012 12:38 PM To: Tomcat Users List Subject: Re: Permanent servlet in TC7 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chip, On 7/26/12 3:19 PM, Chip McVey wrote: In TC7, is there a way to tell Tomcat