Ns param
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