facebook

JSP Debugging using JBoss 3.2.3

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #204794 Reply

    kkochi
    Member

    I am running my JBoss 3.2.3 outside the eclipse in debugger mode. I set a break point in JSP page and trying to debug using myeclipse ide. I could be able to bring the page, however, it does not start the debugger in the myeclipse ide for that JSP page. Is there am missing anything to set? Please help me.

    Thanks in advance,
    Kishore.

    #204796 Reply

    Riyad Kalla
    Member

    Kishore,
    In order to debug successfully you will need two things:
    1) A JSR-45 compliant app server. Tomcat 5 is a good example of this, Tomcat 4 DOES NOT support this spec.
    2) A 1.4 JVM

    Currently JBoss 3.2.3 uses Tomcat 4.1.29 as its app server, so debugging will not work correctly. You will need to upgrade to the latest JBoss beta build which is using Tomcat 5 as the servlet container. Please see this thread for more info:
    https://www.genuitec.com/forums/topic/tomcat-5-jboss-3-2-4-jsp-debugging-support-closed/&highlight=jboss+3+2+3

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP Debugging using JBoss 3.2.3

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