| Author |
How to make sure that Weblogic server runs in Debug Mode
|
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
Hi
I am trying to do Remote Debugging in Eclipse .I am using MyEclipse and Weblogic11g.
For this the Author mentions that Make sure that Weblogic Runs in Debug Mode .
Please tell me how can i check this ??
He also mentions that
Locate startWSL.cmd and add the following variable DEBUG_OPTS:
set DEBUG_OPTS = -Xdebug -Xrunjdwp:transport= dt_socket,address=1044,server=y,suspend=n
But the above file is of weblogic8.1 .
Please tell me what is that file renamed to in weblogic11g version .??
Thanks in advance
|
Save India From Corruption - Anna Hazare.
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6603
|
|
|
Weblogic allows you to select debug and production modes during installation. You can also append those -Xdebug args to its startup command and that should enable remote debugging.
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
|
Thank You .
|
 |
 |
|
|
subject: How to make sure that Weblogic server runs in Debug Mode
|
|
|