Ns param

From AOLserver Wiki
Revision as of 21:47, 12 October 2005 by Dossy (talk | contribs) (category link fixup, formatting tweaks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Man page: http://aolserver.com/man/4.0/tcl/ns_config.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