Difference between revisions of "Ns param"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 610)
(No difference)

Revision as of 17:53, 10 June 2004

Man page: http://aolserver.com/docs/tcl/ns_param.html


NAME

ns_param - Set a configuration parameter for a section

SYNOPSIS

ns_param key value

DESCRIPTION

This command sets the value for the particular key in the current section as previously set using ns_section. This command is only available at server startup when parsing the config .tcl file.

EXAMPLES

   % ns_section "ns/server/$servername/section"
   % ns_param someSetting someValue

SEE ALSO

ns_config, ns_configsection, ns_configsections, ns_section

Category Documentation - Category Core Tcl API