facebook

debugging jsps on tomcat4.1

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

    sbagali
    Member

    I set a break point in a jsp.. but whenthe debug perspective opens the source code is not available

    Error:
    “Source not found for adminlogin_jsp.<clinit>() line: 18”
    I did set up a debug config for remote application and added the jsp directory to the source- which is how it knows about the break point.. It stops to tell me that it stoppped at the break point.. line # .. but complains that the source was not found..

    #208387 Reply

    Riyad Kalla
    Member

    You must use a application server that supporst the JSR 45 spec for debuggin, like Tomcat 5. This won’t work with Tomcat 4.

    #208393 Reply

    sbagali
    Member

    @support-rkalla wrote:

    You must use a application server that supporst the JSR 45 spec for debugging, like Tomcat 5. This won’t work with Tomcat 4.

    Thanks- I got it working with tomcat5! Do you know if it will work with jboss3.2.3?

    thanks,

    #208398 Reply

    Scott Anderson
    Participant

    Do you know if it will work with jboss3.2.3?

    Debugging won’t work with 3.2.3 because that’s still Tomcat 4. However 3.2.4 includes Tomcat 5 and how to get debugging working is discussed in this thread:
    https://www.genuitec.com/forums/topic/using-tomcat-5-with-jboss-3-2-x-closed/

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: debugging jsps on tomcat4.1

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