RE: Dynamic JRun Reconfiguration and Restart

2003-11-06 Thread Baker, Ed
We modify java.class.path to point to the new .jar files. -Original Message- From: Jeffrey Anderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 5:35 PM To: JRun-Talk Subject: Re: Dynamic JRun Reconfiguration and Restart What is it that you are modifying on the

Re: Dynamic JRun Reconfiguration and Restart

2003-11-06 Thread Jeffrey Anderson
Wel...That is what hot-deploy is for... If you are developing your J2EE apps properly the class loader picks up the new libraries on deployment. Read the Jrun docs on how to package your application (ear file, or war file) and you won't have to restart. If you are dropping them in