Dynamically add jar file to classpath while tomcat is running

2002-07-11 Thread KAKARONTZAS GEORGE
Hi all, I'm building a system that must be able to execute any java app that will be uploaded. In fact the server (a web app running under tomcat) just dispatches these applications to other pcs. The problem is that while the server serializes the application class files for dispatching I get a

Re: Dynamically add jar file to classpath while tomcat is running

2002-07-11 Thread Will Hartung
From: KAKARONTZAS GEORGE [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 11:04 PM Hi all, I'm building a system that must be able to execute any java app that will be uploaded. In fact the server (a web app running under tomcat) just dispatches these applications to other pcs. The

Re: Dynamically add jar file to classpath while tomcat is running

2002-07-11 Thread Craig R. McClanahan
See intermixed. On Thu, 11 Jul 2002, Will Hartung wrote: Date: Thu, 11 Jul 2002 13:52:50 -0700 From: Will Hartung [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Dynamically add jar file to classpath while tomcat