AO Logo
 
  
  
  
Httpd Tomcat Parameters
AO
AO Industries, Inc.
Application Infrastructure ProviderApplication Infrastructure Provider
Sign UpWhat's NewClient AreaContact UsSite Map
 
your location:   home page ··· aoserv platform ··· software components ··· aoserv client ··· tables ··· table definitions ··· httpd tomcat parameters

TABLE NAME

httpd_tomcat_parameters

DESCRIPTION

The httpd_tomcat_parameters stores the parameters on a per-context basis.

COLUMNS

columntypenulluniquereferencesreferenced_bysince_versiondescription
pkeypkeyfalsetrue1.5a generated unique key
tomcat_contextfkeyfalsefalsehttpd_tomcat_contexts.pkey1.5the context this parameter is for
namestringfalsefalse1.5the name of the context initialization parameter to be created
valuestringfalsefalse1.5the parameter value that will be presented to the application when requested by calling ServletContext.getInitParameter()
overridebooleanfalsefalse1.5set this to false if you do not want a for the same parameter name, found in the web application deployment descriptor, to override the value specified here. By default, overrides are allowed.
descriptionstringtruefalse1.5optional, human-readable description of this context initialization parameter