facebook

Debugging JSPs with WebLogic 9.2

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #282329 Reply

    jkratz
    Member

    What is the magic configuration that will allow breakpoints set in JSPs running WebLogic to actually work? 🙂 I have followed other threads on here and changed my weblogic.xml to set debug=true in the jsp-descriptor section. Also I am running in debug mode. I can set and use breakpoints properly in regular java classes….just not JSPs.

    Really not sure what I am supposed to be doing at this point to get JSP debugging to work.

    Thanks,

    Jason

    #282358 Reply

    Loyal Water
    Member

    Jason,
    Are you running your server in debug mode ?

    #282363 Reply

    jkratz
    Member

    Yes. I actually indicated as such in my posting. I am able to debug regular classes. Just not JSPs.

    #282373 Reply

    jkratz
    Member

    If I include a small scriptlet like <% out.println(“test”) %> the debugger activates fine. Using JSTL I have to include the taglibs at the top of the file. We build our pages up in segments so the taglib includes are in another file. Guess if I have to debug JSP I will have to temporarily include the taglibs I’m using.

    #282409 Reply

    Loyal Water
    Member

    Thats weird. I’ll get this checked. You can continue using the scriplet in your code as a workaround till then.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Debugging JSPs with WebLogic 9.2

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