Administering the Platform / Operations Cookbook |
The Jive web application is capable of accepting remote Java debuggers. To enable debugging, set the necessary additional java arguments before starting the managed application to be debugged using the following steps.
jive set webapp.custom_jvm_args " -Xdebug -Xrunjdwp:transport=dt_socket,address=9090,suspend=n,server=y"
jive set webapp.custom_jvm_args " PREVIOUS_VALUE_HERE -Xdebug -Xrunjdwp:transport=dt_socket,address=9090,suspend=n,server=y"