%JAVA% -javaagent:%SERVER_HOME%\glowroot\glowroot.jar -XX:+HeapDumpOnOutOfMemoryError %JAVA_OPTS% -cp "%CLASS_PATH%" com.adventnet.me.servicedesk.start.SDPStarter
4.Edit the wrapper.conf present in the location <drive>:supportcenter/conf/wrapper.conf, add the highlighted data and save the file
wrapper.java.additional.43=-javaagent:../glowroot/glowroot.jar
Note: If wrapper.java.additional.43 already exists then add wrapper.java.additional.44
5. Stop the application and start it via command prompt and check if the traces of GlowRoot is being recorded.I have attached screenshot for reference.
6.You can invoke Glowroot in th URL by using the port 4000. e.g:http:localhost:4000. I have attached screenshot for reference.