Ok, so I created a new jvm.config file named jvm_js.config I added -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5006 to the config file, started up CF via command line pointing to this new config file and changed the port in the CF Admin to 5006.
I now get this error in Eclipse: "The debugger server is currently listening on port 50909. The port is not the debugger port set in the ColdFusion Administrator. This port is selected randomly each time the debugger server starts." Thanks, Ben On Wed, May 14, 2008 at 10:10 AM, Dipanwita Sarkar <[EMAIL PROTECTED]> wrote: > 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:305236 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

