facebook

remote debugging jsp on tomcat 5

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #209456 Reply

    omidk
    Member

    Hello,
    I am trying to remotely debug a jsp in tomcat 5.018. I cannot use myeclipse to start the server but I was hoping to be able to still use it for remote debugging of jsps. I have set up the remote connection correctly and I can debug a regular java class. My jsp’s are all in the WebRoot directory and have compiled fine. Any ideas?

    Brian

    #209468 Reply

    Scott Anderson
    Participant

    Brian,

    I’m not sure source-level JSP debugging will work if you don’t use our connector to start because IIRC we provide our own source locators at launch time so that Eclipse knows how to resolve the JSP classes. With manually configured remote launch connection, this isn’t going to happen so your JSP’s can’t be found.

    #209502 Reply

    omidk
    Member

    thanks scott,
    Is there any plan in the future to support remote debugging? I know that it is ideal to have the container running locally during development but in some instances it is just not possible. A great product like myeclipse would be made even better if it was made just slightly more flexible.

    Brian

    #210451 Reply

    Paul Kaiser
    Member

    @support-scott wrote:

    Brian,

    I’m not sure source-level JSP debugging will work if you don’t use our connector to start because IIRC we provide our own source locators at launch time so that Eclipse knows how to resolve the JSP classes. With manually configured remote launch connection, this isn’t going to happen so your JSP’s can’t be found.

    Is it more involved than adding the JSP compiler’s work directory (where the Java source and bytecode files related to JSPs are written) to the source lookup path?

    If I can control how the remote JVM is started, would it become possible to do?

    Thanks,
    Paul

    #210463 Reply

    Riyad Kalla
    Member

    Brian,
    There is an open enhancement for this, and its getting more popular by the day, so we think we can get it into the 3.9 release.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: remote debugging jsp on tomcat 5

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