MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
support-rkalla
Post subject: [WebLogic 8] JSP debugging is broken, but it supports JSR 45  PostPosted: Dec 01, 2005 - 08:48 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

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:

Code:

<!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.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits