How do I start an installer build's server in debug mode?
Note: this is allows you to attach a debugger. It does not enable loglevel debug
You have to update wrapper to add the debug parameter.
one-plt-***** /third-party/jboss/jboss-4.2.3.GA/windows-service/wrapper.conf
Parameter to add:
wrapper.java.additional.17=-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
The number 17
should be updated to follow other wrapper properties. For example, if there are 18 properties with wrapper.java.additional
prefix, then update the mentioned property to use wrapper.java.additional.19
.
After adding the parameter, restart the server.
Is this windows-service/wrapper.conf
file used on linux machines as well?
For Tomcat server path is - /one/PLT/plt_latest/tomcat/services/wrapper.conf