Jun 02
Jetty in ColdFusion 8?
Posted by James Netherton | Saturday 02 June 2007 3:58 PM | In ColdFusion
I'm currently struggling to get the new ColdFusion Eclipse code debugger working. I have what I think are all of the correct settings within Eclipse and the ColdFusion administrator.
While trying to figure out why things aren't working, I came across this within the cfusion-out log file:
ColdFusion debugger is listening at port 1511
Curious, I browsed to localhost:1511 and was greeted with a HTTP 404 page with a note saying "Powered by Jetty". Jetty is a free and open source Java web server and servlet container. As Jetty is small and lightweight, it is commonly used to provide services in Java applications. I wonder what part it plays in the ColdFusion debugging tool.
And if anyone knows why I keep getting "Error connecting to JVM for debugging at localhost:5005", whenever I try and launch the ColdFusion debugger from Eclipse, please let me know!
4 Comments
[Post comment]
1
Posted by kola | Monday 04 June 2007 1:56 AM
Have you enabled the command line switches for the JVM? Is this the multi instance install? If so do they have different jvm.config files?
2
Posted by James Netherton | Monday 04 June 2007 4:54 AM
How do I enable command line switches?
I'm running CF in multi server mode on top of JRun.
3
Posted by James Netherton | Monday 04 June 2007 6:02 PM
I was missing some stuff in my JVM.config file:
http://www.jamesnetherton.com/blog/index.cfm/2007/...
4
Posted by Tom Kirstein | Monday 13 August 2007 6:53 PM
Yes I was missing them also... Extremely frustrating.
Especially when going through Adobe's walkthrough tutorial and it doesn't mention anything about this.
Thank you guys for the information.