Thursday, February 4, 2016

Debug Alfresco 5 and Tomcat 7


How to debug Alfresco 5 and Tomcat 7.x?

1) Go to tomcat\bin directory in Command Prompt.
2) Execute tomcat7w.exe //ES//
    Example : tomcat7w.exe //ES//alfrescoTomcat
3) This will open service properties window.
4) Go to Java tab and then set the the following command:
   -Xdebug  -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
5) Press Ok / Apply.
6) Start the service.

No comments:

Post a Comment