Administration Console Online Help
|
Web Application --> Configuration --> Other
Tasks Additional Documentation Attributes
Overview
Use this tab to set your Web Application's single threaded servlet pool size, realm name for authentication, and whether to give classes in the WEB-INF directory precedence.
Tasks
Configuring a New Web Application or Web Service
Deploying a New Web Application or Web Service
Additional Documentation
(Requires an Internet connection.)
Assembling and Configuring Web Applications
Attributes
Attribute Label
|
Description
|
Value Constraints
|
Single Threaded Servlet Pool Size
|
Defines the size of the pool used for SingleThreadModle instance pools.
MBean: weblogic.management. configuration. WebAppComponentMBean
Attribute: SingleThreadedServletPoolSize
|
Default: 5
Configurable: yes
Readable: yes
Writable: yes
|
Auth Realm Name
|
The Realm in the Basic Authentication HTTP dialog box which pops up on the browsers
MBean: weblogic.management. configuration. WebAppComponentMBean
Attribute: AuthRealmName
|
Default: "weblogic"
Readable: yes
Writable: yes
|
Prefer Web Inf Classes
|
If true, classes located in the WEB-INF directory of a web-app will be loaded in preference to classes loaded in the application or system classloader.
MBean: weblogic.management. configuration. WebAppComponentMBean
Attribute: PreferWebInfClasses
|
Default: false
Readable: yes
Writable: yes
|