facebook

Jsp Debugger never works for me

💡
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. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #239744 Reply

    yanfeng_xu
    Member

    Hi,

    I have been struggled pretty long time to make jsp debugger working, I can set breakpoint in jsp, but it never stop there. I am using MyEclipse 3.84 with Eclipse 3.02 and Weblogic 8.14. I even tried to download the latest trial MyEclipse 4.0 combined with Eclipse 3.1, still not working.

    For debugging with Weblogic, I am use the following JVM parameters to start up Weblogic:

    -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8989,server=y,suspend=n.

    and in Eclipse, I am using remote debug to attach to the port 8989

    Debugger is fine for java code

    Anybody have a clue what went went wrong.

    Millions thanks

    Chris

    #239746

    Scott Anderson
    Participant

    Chris,

    Since it looks like you’re launching externally, you can find out how to make remote debugging work with JSPs in our Remote Debugging quickstart. However, if you’d like an easier alternative for launching WebLogic, without all the manual setup, you can simply configure WebLogic for use through our standard connectors. Information on how to do that is in the Using Application Servers quickstart. Both of these tutorials are in the online documentation section here: http://www.myeclipseide.com/ContentExpress-display-ceid-67.html

    #239749

    yanfeng_xu
    Member

    Hi Scott,

    I know how to hook up MyEclipse with Weblogic, but for my current project, I inherit a startup Weblogic sript, inside there are many classpath setting, so I got to start up weblogic outside MyEclipse.

    The problem happened also for my previous project, I launch weblogic inside Myeclipse, and deploy application inside MyEclipse, but still jsp debugger not working

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Jsp Debugger never works for me

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