facebook

jsp debugging with tomcat 5.5

💡
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. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #230788 Reply

    skidancer
    Participant

    – System Setup ——————————-
    Operating System and version: Windows XP SP2
    Eclipse version: 3.1M7
    Eclipse build id: I20050513-1415
    Fresh Eclipse install (y/n): y
    If not, was it upgraded to its current version using the update manager?
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
    MyEclipse version: 3.8.4 GA
    Eclipse JDK version: 1.5.03
    Application Server JDK version: 1.5.03
    Are there any exceptions in the Eclipse log file? no

    – Message Body ——————————-

    I am trying to work with a web app that is a jsp/tomcat installation. When a breakpoint is encountered I get the following:

    Source not found for xxx.jsp line: 435

    How do I get the debugger to recognize the jsp sources ?

    Thanks,

    David

    #230813

    Riyad Kalla
    Member

    What version of Tomcat?

    Also keep in mind that you wrote “3.8.4 GA” as your version of MyEclipse that you are using, this version is not compatiable with Eclipse 3.1M7 that you mentioned above, if you are infact using the GA release, you need to download the “MyEclipse 3.8.4 Beta for Eclipse 3.1 M7” from our Eclipse 3.1.x Downloads area.

    #230817

    skidancer
    Participant

    The version of Tomcat is 5.5.9. Als, I erred in the version of MyEclipse. It is, in fact, the correct version.

    Version: 3.8.4
    Build id: 200501171200-3.8.4

    #230818

    Riyad Kalla
    Member

    You can try the following:
    1) Stop tomcat
    2) Remove the deployment
    3) Rebuild the project,
    4) Redeploy the project to Tomcat
    5) Start tomcat back up, did it work?

    If not, then I’m going to chalk this up to a M7 problem and will file it for investigation. The reason I say that is because this setup you mentioned except with all stable Eclipse/MyEclipse works on my machine (breakpoints) and there are other bugs we found in M7 that we need to fix as well.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: jsp debugging with tomcat 5.5

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