facebook

Debug helloWorld example in Tomcat 5

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

    sorint
    Member

    Hi there,

    I tried to debug HelloWorld example from tutorials and the breakpoints that I setup in the helloWorld.jsp have not been reached by the debugger. I have done all the steps from tutorial but no results.
    Please help,

    Regards,

    Sorin

    #220611 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.

    #220617 Reply

    sorint
    Member

    I am using:

    Eclipse Platform
    Version: 3.0.1
    Build id: 200409161125

    MyEclipse Enterprise Workbench
    Version:3.8.2
    Build ID: 200408201200-3.8.2

    Tomcat Web server version 5

    JDK 1.3

    There are no exceptions in the .log

    There are 8 org.eclipse.pde.* like directories in /eclipse/plugins

    I am using Windows 2000 as OS.

    Have I missed anything that you might need?

    Thanks,

    Sorin

    #220618 Reply

    sorint
    Member

    I am getting also this error:

    Source not found for helloworld_jsp._jspService(HttpServletRequest, HttpServletResponse) line: 53

    and at this line in the jsp is the scriplet that I wrote in the helloworld.jsp:
    String hello = new test.HelloWorld().helloWorld();
    out.println(hello + ” new”);

    sorin

    #220623 Reply

    Riyad Kalla
    Member

    sorin,
    debugging using teh JSR 45 spec requires the use of a 1.4+ VM (e.g. JDK 1.4.2_06) for the debugging client and the server (Eclipse and Tomcat)

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Debug helloWorld example in Tomcat 5

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