You need to start the mgmt server in debug mode by adding the below config to MAVEN_OPTS export MAVEN_OPTS="-XX:MaxPermSize=600m -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" then it would be listening on 8787, allow 8787 port in the mgmt. server using iptables. Then you can use eclipse, java remote debug provide the ip and port 8787 you can debug the mgmt. server remotely.
Thanks Rajesh Battala -----Original Message----- From: Amit Das [mailto:[email protected]] Sent: Wednesday, August 28, 2013 3:31 PM To: [email protected] Subject: Remote Debugging of Management Server Hi folks, What are the steps to be followed for remote debugging the CloudStack management service from my IDE? Regards, Amit *CloudByte Inc.* <http://www.cloudbyte.com/>
