RE: [OT] WEB-INF

2013-07-15 Thread Andrew Kujtan
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, July 15, 2013 1:46 PM To: Tomcat Users List Subject: Re: [OT] WEB-INF On 15/07/2013 17:17, Leo Donahue - RDSA IT wrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org]

RE: Restarting Tomcat from within itself?

2013-01-28 Thread Andrew Kujtan
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, January 28, 2013 10:33 AM To: Tomcat Users List Subject: Re: Restarting Tomcat from within itself? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 1/28/13 8:19 AM,

RE: Restarting Tomcat from within itself?

2013-01-28 Thread Andrew Kujtan
, Andrew Kujtan wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, January 28, 2013 10:33 AM To: Tomcat Users List Subject: Re: Restarting Tomcat from within itself? Daniel, On 1/28/13 8:19 AM, Daniel Mikusa wrote: On Jan 26

RE: Speeding up RMI calls

2012-07-30 Thread Andrew Kujtan
Files\Tomcat\webapps\Root\WEB-INF\lib\my.jar; corrected the issue though. -Andrew On 09/07/2012 16:55, Andrew Kujtan wrote: Tomcat Version: 7.0.27 OS: Windows XP/7 I'm fixing an issue we are having with a webapp that does some communication over RMI with a remote server

RE: Speeding up RMI calls

2012-07-30 Thread Andrew Kujtan
. -Andrew On 09/07/2012 16:55, Andrew Kujtan wrote: Tomcat Version: 7.0.27 OS: Windows XP/7 I'm fixing an issue we are having with a webapp that does some communication over RMI with a remote server. Calls that would be instant in similar

RE: Speeding up RMI calls

2012-07-27 Thread Andrew Kujtan
On 09/07/2012 16:55, Andrew Kujtan wrote: Tomcat Version: 7.0.27 OS: Windows XP/7 I'm fixing an issue we are having with a webapp that does some communication over RMI with a remote server. Calls that would be instant in similar applications not inside the tomcat container

RE: Speeding up RMI calls

2012-07-16 Thread Andrew Kujtan
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, July 12, 2012 5:22 PM To: Tomcat Users List Subject: Re: Speeding up RMI calls On 09/07/2012 16:55, Andrew Kujtan wrote: Tomcat Version: 7.0.27 OS: Windows XP/7 I'm fixing an issue we are having

Speeding up RMI calls

2012-07-09 Thread Andrew Kujtan
to introduce by overriding this method? Can I override the classloader for just this webapp or am I stuck doing it for the entire tomcat instance? Thanks, Andrew Kujtan

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-08 Thread Andrew Kujtan
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, February 07, 2012 7:31 PM To: Tomcat Users List Subject: Re: Shutdown Hooks not firing when tomcat is shutdown from within a webapp 2012/2/7 Andrew Kujtan akuj...@evertz.com: OS: Windows 7

Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
fired. Can anyone tell me how to programmatically shut down tomcat such that the hooks will still fire? What is the difference between running shutdown.bat and calling stop programmatically? Regards, Andrew Kujtan

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, February 07, 2012 1:39 PM To: Tomcat Users List Subject: RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp From: Andrew Kujtan [mailto:akuj...@evertz.com

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
Andrew, On 2/7/12 2:40 PM, Andrew Kujtan wrote: When I call System.exit() tomcat doesn't actually shutdown That's weird. it looks like it just is deadlocking or something as I am getting a timeout on the call that runs it. What does a thread dump show you? Yikes, It is showing

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
-Original Message- From: Chema [mailto:demablo...@gmail.com] Sent: Tuesday, February 07, 2012 4:51 PM To: Tomcat Users List Subject: Re: Shutdown Hooks not firing when tomcat is shutdown from within a webapp Asynchronous Notification 'interface

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
-Original Message- From: Chema [mailto:demablo...@gmail.com] Sent: Tuesday, February 07, 2012 5:12 PM To: Tomcat Users List Subject: Re: Shutdown Hooks not firing when tomcat is shutdown from within a webapp Can I see ApplicationShutdownHooks source code ? That is located in

Patching a jar in a wepabb

2011-11-23 Thread Andrew Kujtan
in the classpath. Is this a viable alternative should all other avenues fail? Regards, Andrew Kujtan

RE: Patching a jar in a wepabb

2011-11-23 Thread Andrew Kujtan
u compile all patches into one jar file? On 2011-11-23, at 12:41 PM, Andrew Kujtan akuj...@evertz.com 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