InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.8: Administering Web modules (overview) >
6.6.8.0: Web module properties >
6.6.8.0.8: Assembly properties for context parameters

6.6.8.0.8: Assembly properties for context parameters

A servlet context defines a server's view of the Web application within which the servlet is running. The context also allows a servlet to access resources available to it. Using the context, a servlet can log events, obtain URL references to resources, and set and store attributes that other servlets in the context can use. These properties declare a Web application's parameters for its context. They convey setup information, such as a webmaster's e-mail address or the name of a system that holds critical data.

Parameter name (Required, String)
Specifies the name of a parameter--for example, dataSourceName.

Parameter value (Required, String)
Specifies the value of a parameter--for example, jdbc/sample.

Description
Contains a description of the context parameter.
Go to previous article: 6.6.8.0.5: Assembly properties for Web resource collections Go to next article: 6.6.8.0.9: Assembly properties for error pages

 

 
Go to previous article: 6.6.8.0.5: Assembly properties for Web resource collections Go to next article: 6.6.8.0.9: Assembly properties for error pages