Ns section

From AOLserver Wiki
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