9.11 Defining the runtime attributes of servlets and JSPs
You define the runtime attributes of the Web applications (servlets and JSPs) that form a J2EE application. The definitions include the following:
-
Defining the context root of a J2EE application
-
Defining the control of the number of threads executed concurrently for each Web application
-
Defining the control of the number of threads executed concurrently for each URL group
-
Defining the monitoring of the number of requests pending for each URL group
The following subsections describe the properties to be set with the respective definitions:
- Organization of this section