RDS, ColdFusion 8 Debugger, and Eclipse

December 1, 2007 by Mike Henke    6 Comments
Posted under: CFEclipse · ColdFusion · Eclipse

I tried using the ColdFusion 8 Debugger through Eclipse but kept getting an error message saying "Unable to contact the RDS Server 'localhost.'" Not to helpful :-) I am a big fan of Fusion Debug.

My problem was two fold.

1. My web.xml file had RDS commented out in a couple spots. The file for me was located @ /opt/coldfusion8/wwwroot/WEB-INF. I uncommented the portions out.

2. RDS default in Eclipse was using port 8500. My port was actually 80. This setting was found within Eclipse, Window—> Preferences —> ColdFusion —> RDS Configuration.

6 Comments + Add Comment

  • Phillip Senn

    Thank you very, very much!

  • Jason Presley

    I search all over for the RDS Configuration setting because mine was not under ColdFusion. Mine was actually found at Window--> Preferences --> Adobe --> RDS Configuration

  • John Hall

    Thanks for saving me a head-scratching. Solved my problem.

  • Zac

    For others' reference, you might want to also check out: http://www.vintagecoding.com/blog/2008/07/24/eclipse-rds-might-be-a-problem-with-ganymede

    This was needed with CF 8 and Eclipse 3.4.1, CFEclipse Plugin 1.3.2, CF Extensions for Eclipse 1.0.

    It was a workaround for a hung "Contacting server..." msg.

  • joe

    Turn off compression in IIS ! :)

  • Aaron

    More than 4 years later, I had this same issue. Also needed port 80. Thanks for saving me some time!

  • Got anything to say? Go ahead and leave a comment!