Wednesday, September 13, 2017

Remote debugging in Cordys using eclipse

1. Add the below mentioned parameters in the JRE Configurations of the service container as shown below.

-Xnoagent
-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,address=8090,suspend=n



2. Go the Eclipse - > Run - > Debug Configurations - > Create new configurations as shown below.

Specify the server name and port name as shown below. If you are working on local specify Host as localhost and port no to the one specified in the container level.



-- Narasimha Reddy

No comments:

Post a Comment

Generating a CSR with Java keytool , deploying the certificates in keystore and configuring the same in the tomEE server.

  Deploying security certificates is a three-step process in general 1. CSR Generation 2. Importing the certificatates into the keystore 3. ...