In order to run FusionDebug 3 (or higher) against Railo on the Caucho Resin platform, Resin must be configured to allow debugging connections.
This is configured in RESIN_HOME\conf\resin.conf
<jvm-arg>-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000</jvm-arg>
to the list.
If debugging has been configured, you will see:
Listening for transport dt_socket at address: 8000
as the first line of the Resin startup.
Type: | Technote |
---|---|
Issue Number: | FDS-104 |
Components: | Configuration |
Environment: | |
Resolution: | Fixed |
Added: | 02/04/2009 17:02:39 |
Affects Version: | |
Fixed Version: | 3.0 |
Server: | Resin, Railo |
Platform: | |
Related Issues: | None |
Comments are closed.