facebook

Problem debugging JSP,JS

💡
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. Installation, Configuration & Updates
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #244522 Reply

    balkkohli
    Member

    Hi,

    I am not able to debug JSP and JS files in the myeclipse enterprise 4.0 evaluation version with eclipse 3.1.
    I am using JBOSS as the server but during debugging it does not parse through the JSP or JS files.
    As per my info this debugging facility is there in Myeclipse.

    Please reply soon.

    Thanks,
    Balkrishan

    #244540

    Riyad Kalla
    Member

    Balkrishan,
    What is your Eclipse Build ID from the Help > About menu and your MyEclipse Buidl ID from the MyEclipse > About menu?

    Also are you working with a Java Project, WEb Project, EJB Project, Enterprise Project, what kind of project?

    Additional note, JS debugging is added in 4.1, not 4.0.

    #244606

    balkkohli
    Member

    Hi,

    The required info is as follows:-

    Eclipse BUILD ID: M20050929-0840

    My Eclipse BUILD ID: 20051025-4.0.3-GA

    i am worjking on a web project.

    Hope this info will be useful.

    Thanks,
    Balkrishan

    #244607

    Riyad Kalla
    Member

    Balkrishan,
    If you create a new Web Project and add a single JSP page to it using the Default template (#1) and you add the following down in the body:

    
    <%= "Hello" %>
    

    then set a breakpoint on that line, deploy the project to JBoss and run it, does the debugger stop on the line?

    #244618

    balkkohli
    Member

    Hi,

    The breakpoint on the jsp is still not working. May be the problem is with the jsp not getting compiled in the work area. So we are unable to get the corresponding jsp.class file for debugging.
    Please suggest the remedy?

    Regards
    Balkrishan

    #244632

    Riyad Kalla
    Member

    Balkrishan,
    What version of JDK are you using to run JBoss and what version of JBoss are you using?

    #244662

    balkkohli
    Member

    Hi,

    My jdk version is 1.4.2_05 and jboss version is 3.2.3.

    Thanks,
    Balkrishan

    #244663

    Riyad Kalla
    Member

    jboss version is 3.2.3.

    This is the problem, JSP debugging requires a JSR-45 spec compliant application server, which means JBoss 4.0+ and Tomcat 5+.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Problem debugging JSP,JS

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