JRun has a couple settings to allow this. I'm not sure exactly how they work, but they go in jrun-web.xml in your WEB-INF directory. Check the JRun docs for details, but I believe it's just:
<reload>true</reload> <compile>true</compile> You'll only need the former, since you're compiling your Java elsewhere. cheers, barneyb On 10/31/05, Jeff S <[EMAIL PROTECTED]> wrote: > I'm creating classes to use in my apps but I need to find a way keep from > having to restart the CF service everytime I make a change to the class file? > We have several developers working on one machine so it isn't feasible to > restart the CF service everytime a small edit is made to a class file. > I write my java code to have a main function so I can compile and test on my > machine before putting it on the CF machine, but even then restarts are too > numerous and inconvenience other developers too much. > > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222758 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

