I'm new to step debugging and new to Eclipse.  I'm desperate to use the step 
debugging feature to track down a problem.

My hangup is turning on the debugging in a multiserver environment.  Our site 
has two instances running.

I've found instructions to edit the jrun/bin/jvm.config file with the following 
line
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005

Unfortunately when I choose the RDS server name under debug as, I get the 
following error:

Error connecting to JVM for debugging at localhost:5005.
Could not attach to the VM at port 5005
You must specify this debugger port in the JVM settings of your application 
server, for example:
        -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
You will also need to make sure that another debugger is not currently 
connected to the CF JVM at the same port (5005)

Root cause -> 
Connection refused: connect


So what am I doing wrong?  I'm the only one working with debugging on this 
server, so that's not the problem.

Also, I want to use this on both servers.  Do I need to set up separate ports 
for them?  Do they need separate jvm.config files?

Thanks,

Laura 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311575
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to