facebook

Debug Weblogic7 from WSAD

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #205606 Reply

    sri_bitla
    Member

    Hello,

    I have inegrated WSAD with Weblogic. I am able to start the server in debug mode from WSAD. The problem is when I run the app and a break point is hit, it is complaining that source code is not found for one of my classes. But when I double click the corresponding breakpoint row in Breakpoints tab folder it is perfectly opening the source file. Where am I going wrong?

    This is what I am using:

    WSAD5.1
    Weblogic7.0
    Deployment ToolKit for Websphere Studio, Weblogic Edition plug in
    JDK 1.4.2

    Thanks in advance,
    Srinivas.

    #206874 Reply

    k_azit
    Member

    Hi Sri,
    I had the same problem and resolved it after little struggle. Please follow the steps below on WSAD5.1:
    1. Select J2EE perspective.
    2. Select Servers and then browse down to your weblogic server,
    say “TestWLServer”. Select the server “TestWLServer”.
    3. From the toolbar select click on “Debug” and then select “Debug” from
    the submenus. A Debug dialog will pop up with “Configurations”
    window on left side of the dialog.
    4. In “Configurations” window, expand “Java Application” and then
    select “Weblogic” from inside it. Settings will appear on the right side
    of the dialog. Select “Source” tab.
    5. Select “Add JARS” option and then browse to your application jar file
    that contains the source file you want to debug. Press OK.
    6. Click on apply button and then close the “Debug” dialog.
    Thats it ! You are ready to go. Start the server in debug mode and this time debugger works well. Hope it helps. — Cheers, Ajit

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Debug Weblogic7 from WSAD

You must be logged in to post in the forum log in