Setting JVM options on JBoss for ColdFusion 8 debugging
Today I wanted to give ColdFusion 8 debugging a try.
So, I started followed the instructions on how to setup the enviornment for debugging. After installing ColdFusion 8 extensions for Eclipse, I went to enable debugger in ColdFusion Administrator. The CF administrator instructs that:
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, and restart the server.
If I was using JRun, I know that these options can be added in the jvm.config file.
But as I use JBoss, it took me little bit to figure out where I need to make these changes.