facebook

[WebLogic 8] JSP debugging is broken, but it supports JSR 45

💡
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. FAQ – Development
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #242454 Reply

    Riyad Kalla
    Member

    It is necessary to configure WebLogic so that it compiles your JSP pages with debugging information. You will need to edit the weblogic.xml file as follows to get the desired result:

    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA 
     Systems, Inc.//DTD Web Application 7.0//EN" 
     "http://www.bea.com/servers/wls700/dtd/weblogic700-web-jar.dtd"> 
     <weblogic-web-app> 
        <description>WebLogic Descriptor</description> 
        <jsp-descriptor> 
           <jsp-param> 
              <param-name>debug</param-name> 
              <param-value>true</param-value> 
           </jsp-param> 
        </jsp-descriptor> 
     </weblogic-web-app> 
    

    See the original thread here.

    • This topic was modified 10 years, 3 months ago by support-tony. Reason: Minor edits
Viewing 1 post (of 1 total)
Reply To: [WebLogic 8] JSP debugging is broken, but it supports JSR 45

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