facebook

Native JSP Debugging w/ TC 5.0.9 [Closed]

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

    Bob Casazza
    Participant

    I *think* I’ve followed the instructions in the tutorial for HelloWorld using TC 5.0.9 but the Native JSP debugging still doesn’t seem to work.

    I’m getting:

    Source not found for helloWorld_jsp._jspService(HttpServletRequest, HttpServletResponse) line: 28

    I see from other posts that this happens when the WebServer does not support the necessary interface, but I’m not sure why I’m getting this with TC 5.

    FYI, I’m using JDK 1.3.1 with TC as well as Eclipse if that makes a difference.

    What can I check? I’m assuming it’s an installation/configuration problem.

    Thanks

    #198294 Reply

    Scott Anderson
    Participant

    FYI, I’m using JDK 1.3.1 with TC as well as Eclipse if that makes a difference

    That’s the problem. The debug “machinery” is only in the 1.4+ JDK’s. You’ll need to run Tomcat with 1.4.1 or 1.4.2 to enable this to function properly.

    –Scott
    MyEclipse Support

    #198295 Reply

    Bob Casazza
    Participant

    ahh… sorry, missed that requirement.

    thanks for the quick response.

    #198296 Reply

    Scott Anderson
    Participant

    You may not have missed it. It might have been unfortunately left out of the requirements. 🙂

    When you get it working, would you please post a quick reply back here so I can close the thread?

    –Scott
    MyEclipse Support

    #198302 Reply

    Bob Casazza
    Participant

    worked like a charm…. case closed… 😉

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Native JSP Debugging w/ TC 5.0.9 [Closed]

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