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.o

RE: Restarting Tomcat from within itself?

2013-01-28 Thread Andrew Kujtan
> Andrew, > > On 1/28/13 1:49 PM, 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 >

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

RE: Speeding up RMI calls

2012-07-30 Thread Andrew Kujtan
ent to RMI Server to determine which intermediate node is > causing > > > the delay? > > > > > > Martin > > > > I thought so too at first, so I moved them to the same machine with > the > > same results. > > Overloading the classloader so that

RE: Speeding up RMI calls

2012-07-30 Thread Andrew Kujtan
every RMI call did not contain a list of 300+ "C:\Program 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 > > > > &

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

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: Win

Speeding up RMI calls

2012-07-09 Thread Andrew Kujtan
lems that I am going 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 :

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 i

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 > com.evertz.registry.Se

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

2012-02-07 Thread Andrew Kujtan
GNED MESSAGE- > Hash: SHA1 > > 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 > &g

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:

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

2012-02-07 Thread Andrew Kujtan
the shutdown hook does not get 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: Patching a jar in a wepabb

2011-11-23 Thread Andrew Kujtan
ll patches into one jar file? On 2011-11-23, at 12:41 PM, "Andrew Kujtan" 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 th

Patching a jar in a wepabb

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