DEBPORTCMD and NODEBPORTCMD (JANUS DEFINE parameters): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
{{DISPLAYTITLE:DEBPORTCMD and NODEBPORTCMD}}
{{DISPLAYTITLE:DEBPORTCMD and NODEBPORTCMD}}
<span class="pageSubtitle"><section begin="desc" />Web debug options<section end="desc" /></span>
<span class="pageSubtitle">Web debug options</span>


<var>DEBPORTCMD</var> and <var>NODEBPORTCMD</var> are parameters on [[JANUS DEFINE]], whichs define and sets characteristics of a Janus port.  
<var>DEBPORTCMD</var> and <var>NODEBPORTCMD</var> are parameters on [[JANUS DEFINE]], whichs define and sets characteristics of a Janus port.  

Revision as of 22:11, 16 April 2013

Web debug options

DEBPORTCMD and NODEBPORTCMD are parameters on JANUS DEFINE, whichs define and sets characteristics of a Janus port.

Indicates whether the commands specified in the CMD clause of the JANUS DEFINE command are to be run on threads debugging requests to the port with the JANUSDEBUG command. The default of NODEBPORTCMD means that these commands will not be run. If the commands in the CMD clause are essential to the correct operation of web requests or the commands in the CMD clause are themselves to be debugged, specify the DEBPORTCMD parameter in the port definition.

Valid only for WEBSERV ports.

See also