weblogic.xml Parameters
Parameters in weblogic.xml
| 
             Parameter  | 
            
             Description  | 
            
             Suggested value  | 
        
|---|---|---|
| 
             pageCheckSeconds  | 
            
             Sets the interval, in seconds, at which WebLogic checks to see if JSP files have changed and need recompiling. If set to -1, page checking and recompiling is disabled (recommended for production mode). If set to 0, pages are checked on every request.  | 
            
             -1 (in production environment)  | 
        
| 
             CookieName  | 
            
             Sets the name of the session cookie. If the session cookie has a unique name, this reduces some runtime behavior issues such as unexpected session time-outs. One way to establish a unique name is to derive the name of the cookie from the context path of the application: 
 
 
  | 
            
             TCSESSIONID  | 
        
| 
             container- descriptor  | 
            
             Sets the policy for checking for expired static resources. Values of -1 suppress checking, thus improving performance. Example: 
 
 
 
 
  | 
            
             -1  | 
        

