I couldn't get it to work with a non-JAR class that was on the classpath, but not in the /WEB-INF/classes directory. It might be limited to only classes in there (and/or JARs in the /WEB-INF/lib directory), but I don't know.
cheers, barneyb On Sat, 7 Aug 2004 12:58:32 -0400, Dave Carabetta <[EMAIL PROTECTED]> wrote: > On Sat, 7 Aug 2004 10:38:22 -0400, Joe Eugene <[EMAIL PROTECTED]> wrote: > > > > Is there a way to force JVM Class Loader/JRun to Reload a Java Class > > other than having to Restart ColdFusion MX Service? > > > > I've not used it, but I know there's a setting in the > WEB-INF/jrun-web.xml file called <reload> which is set to false by > default. Just set that to true, and I believe MX will reload for you > without restarting. I know this is highly discouraged to do in a > production environment for performance reasons, but I imagine it would > help a lot in development. > > 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 www.mail-archive.com/[EMAIL PROTECTED]
