Suggestion for /manager/reboot (was: Re: howto install shared jar's at runtime)

2002-01-21 Thread Hans Schlenker
Craig R. McClanahan wrote: In short, trying to implement and support something like this is going to be risky -- and a challenger for the top-reported user problem area on TOMCAT-USER :-) if we actually tried to implement it. Hmm. Didn't think that such an extension could cause that many

howto install shared jar's at runtime

2002-01-18 Thread Hans Schlenker
Hi! How can I install a jar package at $CATALINA_HOME/lib at Tomcat *runtime* such that webapps may use its contents right after installation (without restarting Tomcat, since this is not possible remotely)? The intended sequence is: - start Tomcat - install a new webapp using the Tomcat

RE: howto install shared jar's at runtime

2002-01-18 Thread Armbrust, Daniel C.
to ask anyway... -Original Message- From: Hans Schlenker [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 11:36 AM To: Tomcat Users List Subject: howto install shared jar's at runtime Hi! How can I install a jar package at $CATALINA_HOME/lib at Tomcat *runtime

Re: howto install shared jar's at runtime

2002-01-18 Thread Craig R. McClanahan
On Fri, 18 Jan 2002, Hans Schlenker wrote: Date: Fri, 18 Jan 2002 18:36:18 +0100 From: Hans Schlenker [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: howto install shared jar's at runtime Hi! How can I install a jar

Re: howto install shared jar's at runtime

2002-01-18 Thread Hans Schlenker
]] Sent: Friday, January 18, 2002 11:36 AM To: Tomcat Users List Subject: howto install shared jar's at runtime Hi! How can I install a jar package at $CATALINA_HOME/lib at Tomcat *runtime* such that webapps may use its contents right after installation (without restarting Tomcat, since

Re: howto install shared jar's at runtime

2002-01-18 Thread Hans Schlenker
We are using Tomcat as a basis for a distributed application (in some research project). And we would like the user to simply install Tomcat out of the box, give us access to the Tomcat manager, and let us do the rest. Therefore, we are stuck to whatever Tomcat provides plus our Java code (the

Re: howto install shared jar's at runtime

2002-01-18 Thread Craig R. McClanahan
On Fri, 18 Jan 2002, Hans Schlenker wrote: Date: Fri, 18 Jan 2002 19:59:13 +0100 From: Hans Schlenker [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: howto install shared jar's at runtime We are using Tomcat