Hi Ben, Yes, you do need to use separate jvm.config files for debugging to work on the CF instances, and start them from command line as:
jrun -config <path_to_jvm_config> -start <server_name> If you launch a server instance from CF admin, it will use one jvm.config (user specified). But if you launch from JMC, it is going to use the default (shared jvm.config in jrun/bin) jvm.config. Thanks, Dipanwita -----Original Message----- From: Ben Densmore [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 6:47 PM To: CF-Talk Subject: CF Debugger on OS X with Multiiple instances I'm running multiple instances of CF on my Mac with Apache and haven't been able to successfully use the line debugger. I can get all the tests to pass and the debugger even starts but when I set a break point and try to run a page the debugger doesn't show me anything. I have several virtual hosts set up each with their own instance of JRun running. I read on someone's blog that with windows you have to create separate jvm.config files for this to work but I'm not sure if this is the case for OS X. Is anyone running multiple instances that is using the line debugger successfully? Thanks, Ben ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305228 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

