| Author |
Remote debugging app in Weblogic using Eclipse
|
Yan Lee
Ranch Hand
Joined: Sep 15, 2003
Posts: 94
|
|
Hi: We are using weblogic 7.0 in our project and Struts. i want to be able to remotely debug my struts action classes from within eclipse. Can you tell me the options and good links on directions/tutorials ? Thanks and regards.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
In short, you need to do three things: 1) Compile your code with debugging enabled 2) Start WebLogic with debugging enabled 3) Point your Eclipse to the server/port where WebLogic's "debugger server" is running See here for 1 and 2, and here for 3.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: Remote debugging app in Weblogic using Eclipse
|
|
|