facebook

Debugging JSPs in WAS 5.1.1

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #234206 Reply

    Mike S.
    Member

    Is there any way to enable the proper debugging of JSPs in WebSphere Application Server 5.1.1 when the server is launched from within Eclipse/MyEclipse? When I add a breakpoint to a JSP, my code stops at that line in the generated Java servlet source code, not at that line in the original JSP.

    Thanks,
    Mike

    #234210 Reply

    Riyad Kalla
    Member

    Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #234214 Reply

    Mike S.
    Member

    What operating system and version are you running?

    Windows XP

    What Eclipse version and build id are you using? (Help > About Eclipse Platform)

    Eclipse 3.0.1

    – Was Eclipse freshly installed for MyEclipse?

    Yes

    – If not, was it upgraded to its current version using the update manager?

    N/A

    – Are any other external plugins installed?

    ClearCase, Omondo EclipseUML, CheckStyle

    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*

    8

    What MyEclipse version are you using? (Help > About Eclipse Platform > Features)

    3.8.4

    What JDK version are you using to run Eclipse? (java -version)

    1.4.2_05

    What JDK version are you using to launch your application server?

    IBM 1.4.1

    What steps did you take that resulted in the issue?

    Attempt to debug a JSP after adding a breakpoint.

    What application server are you using?

    WAS 5.1.1 Express

    Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)

    No

    #234229 Reply

    Scott Anderson
    Participant

    Mike,

    We don’t support JSP debug in WAS 5.1, but do in WAS 6, using our WAS 6 connector. The reason is due to recent support by IBM of JSR-045 in WAS 6. In WAS 5.1, there’s just no way to look up the source since the map between the Java and JSP is what the map provided by JSR-045 does.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Debugging JSPs in WAS 5.1.1

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