facebook

JSP debugging in Tomcat 4

💡
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 IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #201523 Reply

    Hi,

    We are using the latest release of MyEclipse with Tomcat 4.1.29. Inside our struts application, we have a trivial action, form and jsp. We can get it going and put a breakpoint on the java code inside the action. And while we can set a breakpoint on a line in the jsp. However, the debugger does not stop at the jsp breakpoint when the page is brought up in the browser. Is there something special that is needed for debugging jsps when using struts?

    Thanks,

    James

    #201526

    Scott Anderson
    Participant

    James,

    And while we can set a breakpoint on a line in the jsp. However, the debugger does not stop at the jsp breakpoint when the page is brought up in the browser. Is there something special that is needed for debugging jsps when using struts?

    The problem you’re experiencing is that Tomcat 4 is not a JSR-045 compliant container so source level JSP debugging is not supported in it, only in Tomcat 5.

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP debugging in Tomcat 4

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