[All]
How do I start WebLogic 7 in debug mode?
Por: Christopher Moeller
Resumen: Using java VM parameters to start the server in debug mode.
Question:
How do I modify the Weblogic 7 startup script, "startManagedWebLogic.cmd,"
to start in debug mode on Windows?
Answer:
Append the following parameters to line defining the JAVA_OPTIONS variable:
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=3999,suspend=y,server=y
Connect with Us