Ns section

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

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


NAME

ns_section - Specify the current configuration section.

SYNOPSIS

ns_section sectionname

DESCRIPTION

This command sets the current section to define parameters for using ns_param. 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_param

Category Documentation - Category Core Tcl API