On Tue, 23 Nov 2004 10:24:31 +1100, Sameer Kekade <[EMAIL PROTECTED]> wrote: > Hey All, > > We use some java based plugins in our applications. > > Every time we upload a new version of java classes, we need to restart > our servers for the changes to take effect. > > Is there any workaround for this? >
In the Enterprise version of MX (not sure about standalone), the jrun-web.xml file has two tags: <reload>false</reload> <compile>false</false> If you set these values to true (and restart your instance), the JRun server will poll the WEB-INF/lib and WEB-INF/classes directories in that particular instance for changes at a certain interval (not sure what it is, but I thought I read somewhere it was every 15 seconds). However, it is stongly advised that you do not enable this in a production environment, as this can have a significant impact on performance. Regards, Dave. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at [EMAIL PROTECTED]
