Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

To enable hot code replacement during remote debugging (from the Eclipse IDE for example) you need to add the following Java option to the startup script of the Catalina server:

-Xdebug -agentlib:jdwp=transport=dt_socket,address=localhost:8000,server=y,suspend=n

 

 

 

 

 

 

 

 

 

  • No labels