Domain Partition Application Deployment: Administration: General Settings
Use this page to define the configuration of this Web application.
Configuration Options
Name Description Deployment Order An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup.
Units with lower values are deployed before those with higher values.
MBean Attribute:
AppDeploymentMBean.DeploymentOrder
Changes take effect after you redeploy the module or restart the server.
Deployment Principal Name A string value that indicates the principal that should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener. If no principal name is specified, then the anonymous principal will be used.
MBean Attribute:
AppDeploymentMBean.DeploymentPrincipalName
Changes take effect after you redeploy the module or restart the server.
Session Cookies Max Age (in seconds) The life span of the session cookie (in seconds) after which it expires on the client. This value can be set as any integer; the default value is -1 (unlimited).
Session Invalidation Interval (in seconds) The time (in seconds) that WebLogic Server waits between doing house-cleaning checks for timed-out and invalid sessions, and deleting the old sessions and freeing up memory.
Session Timeout (in seconds) The amount of time (in seconds) that a session can remain inactive before it is invalidated. This value has a lower precedence than the timeout value set in web.xml
Debug Enabled Specifies whether to add JSP line numbers to generated class files to aid in debugging.
Maximum In-Memory Sessions The maximum number of sessions to retain in memory. The default is -1 (unlimited); any negative value works the same as -1.
Monitoring Attribute Name The monitoring attribute.
Index Directory Enabled Specifies whether the target should automatically generate an HTML directory listing if no suitable index file is found.
Index Directory Sort By Specifies the way in which index directories are sorted. Legal values are NAME, LAST_MODIFIED, SIZE.
Servlet Reload Check (in seconds) The amount of time (in seconds) that WebLogic Server waits to check if a servlet was modified and needs to be reloaded.
Resource Reload Check (in seconds) The amount of time (in seconds) that WebLogic Server waits to check if a resource was modified and needs to be reloaded.
Session Monitoring Enabled Specifies whether runtime MBeans will be created for session monitoring.
Minimum Native File Size The minimum file size in Bytes for using native I/O.
JSP Page Check (in seconds) The interval (in seconds) at which WebLogic Server checks to see if JSP files have changed and need recompiling.
- The value -1 means never check the pages. This is the default value in a production environment.
- The value 0 means always check the pages.
- The value 1 means check the pages every second. This is the default value in a development environment.
JSP Keep Generated Specifies whether to save the Java files that are generated as an intermediary step in the JSP compilation process.
JSP Verbose Specifies whether to print debugging info to the browser during compilation.
Context Root Specifies context root to override the default value(name of exploded directory or name of the WAR file minus the ".war" extension).