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] How do I change the resource refresh interval?  PostPosted: Mar 26, 2007 - 04:32 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

You can change the resource refresh interval (the time WebLogic waits before checking for changed resources) in WebLogic by including a properly formatted weblogic.xml file in your applications WEB-INF directory. The following is an example file:
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>pageCheckSeconds</param-name>
         <param-value>1</param-value>
       </jsp-param>
      <jsp-param>
         <param-name>debug</param-name>
         <param-value>true</param-value>
      </jsp-param>
   </jsp-descriptor>
</weblogic-web-app>
 
 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