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

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
<span class="pageSubtitle"><section begin="desc" />Web debug options<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Web debug options<section end="desc" /></span>


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


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

Revision as of 22:33, 29 February 2012

<section begin="desc" />Web debug options<section end="desc" />

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