Friday, June 25, 2010
Reading file from URL into byte array output stream
Thursday, March 11, 2010
Resolving java.lang.OutOfMemoryError: PermGen space in Weblogic
Hi,
Thanks,
Enable Remote Debugging in Weblogic
Hi,
In startWebLogic.cmd file, can be found at
Replace
set JAVA_OPTIONS =%SAVE_JAVA_OPTIONS%
With
set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=n %SAVE_JAVA_OPTIONS%
While starting the Weblogic you will see “Listening for transport dt_socket at address: 1044” then we are sure that debug is enabled on weblogic.
Thanks,