Ns param

From AOLserver Wiki
Revision as of 17:53, 10 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 610)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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