How to setup remote debugging on Weblogic clustered environment?
问题 I'm trying to remote debug a clustered Web Application that is deployed on WebLogic 12c. I know how to setup remote debugging for normal (non-clustered) environments, I just add the following parameters to the file named [startWebLogic.cmd]: set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n But when I try to set those same parameters on all the nodes of the cluster environment, and then start the cluster using WebLogic console page, remote