Sun Java System Web Server 6.1 SP12 NSAPI Programmer's Guide

nt-console-init

Applicable in Init-class directives.

The nt-console-init function enables the Windows console, which is the command-line shell that displays standard output and error streams.

Parameters

The following table describes parameters for the nt-console-init function.

Table 2–12 nt-console-init parameters

Parameter  

Description  

stderr

Directs error messages to the Windows console. The required and only value is console.

stdout

Directs output to the Windows console. The required and only value is console.

Example


Init fn="nt-console-init" stdout=console stderr=console