facebook

Debugging JSPs using MyEclipse iand Websphere 5.1

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    Hello,

    I can debug all my java classes fine from MyEclipse. I can insert breakpoints into JSP scriptlets fine. But during execution, it does not stop at the JSP breakpoint and complains JSP source not found. Can you explain what is the reason for this? How JSP source debugging can be enabled? Thanks.

    #247504

    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.

    #247530

    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.1.0 Build id: I20050627-1435
    – Was Eclipse freshly installed for MyEclipse?
    Yes
    – If not, was it upgraded to its current version using the update manager?
    – Are any other external plugins installed?
    No
    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
    Four(4)
    What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
    4.0.0 GA
    What JDK version are you using to run Eclipse? (java -version)
    JDK 1.4.2
    What JDK version are you using to launch your application server?
    JDK that comes with Websphere 5.1.1.2 with IBM JDK SR2 fix pack applied
    What steps did you take that resulted in the issue?
    Could not debug JSP source, but JSPs run fine.
    What application server are you using?
    Websphere 5.1.1.2 with IBM JDK fixpack SR2 applied
    Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
    No

    Problem

    If I put a breakpoint in JSP, the execution does not stop at the breakpoint and it ignores it. But for Java classes the breakpoint works fine. It stops there and I can step into/over the code. I guess for JSPs the debugger is missing something. Thanks.

    #247531

    Riyad Kalla
    Member

    WebSphere 5 does not support JSR-45 which is required for JSP debugging. You will need to upgrade to WebSphere 6 if you need that functionality. Sorry for the trouble.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Debugging JSPs using MyEclipse iand Websphere 5.1

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