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

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


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


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. The DEBPORTCMD and NODEBPORTCMD parameters, like the JANUSDEBUG command, are only available in ''[[Sirius Mods]]'' Version 6.0 and later.  
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. The DEBPORTCMD and NODEBPORTCMD parameters, like the JANUSDEBUG command, are available in ''[[Sirius Mods]]'' Version 6.0 and later.  


Valid only for WEBSERV ports.
Valid only for WEBSERV ports.

Revision as of 16:13, 11 March 2011

<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. See the List of JANUS DEFINE parameters.

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. The DEBPORTCMD and NODEBPORTCMD parameters, like the JANUSDEBUG command, are available in Sirius Mods Version 6.0 and later.

Valid only for WEBSERV ports.

References

See: List of Janus commands | List of JANUS DEFINE parameters.