> Do Java classes automatically get reloaded when placed in the default > location of "C:\CFusionMX7\wwwroot\WEB-INF\classes"?
No, you must restart the server instance. I don't know if this has been suggested, but another route is to use a URL classloader to avoid having to restart the instance. See Mark Mandel's excellent JavaLoader (http://www.compoundtheory.com/?action=javaloader.index). HTH, Rich Kroll ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294329 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

