Running FusionDebug 3.0.0 against Railo on Resin
Description
In order to run FusionDebug 3.0.0 against Railo on the Caucho Resin platform, Resin must be configured to allow debugging connections.
This is configured in RESIN_HOME\conf\resin.conf
- Ensure Resin is halted.
- Locate the file mentioned above and edit it.
- Locate the block of jvm-arg configuration items and add
<jvm-arg>-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000</jvm-arg>
to the list.
- Restart Resin.
If debugging has been configured, you will see:
Listening for transport dt_socket at address: 8000
as the first line of the Resin startup.
Issue Details
| Type: | Technote |
|---|---|
| Issue Number: | FDS-104 |
| Components: | Breakpoints |
| Environment: | |
| Resolution: | Fixed |
| Added: | 02/04/2009 17:02:39 |
| Affects Version: | 3.0.0 Beta 1 |
| Fixed Version: | 3.0.0 Beta 1 |
| Server: | |
| Platform: | |
| Related Issues: | None |
Issue Feedback
Did you find this issue helpful?
0 out of 0 people found this article helpful


