Weblogic remote debugging using eclipse -


my weblogic installed in red hat os machine.

in startweblogic.sh have added line java_options="-xdebug -xnoagent -xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=n %java_options%"

when try connect eclipse "failed connect remote vm. connection refused. connection refused: connect" message.

can please tell me may going wrong?

in startweblogic.sh file in bin folder, in rhel add line

-xdebug -xnoagent -xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=n  

at place find string: ${java_home}/bin/java.

place above line after ${java_home}/bin/java


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -