<!-- debug Debugging detail level for messages logged -->
<!-- by this servlet. [0] -->
<!-- -->
- <!-- executable Name of the exectuable used to run the -->
+ <!-- executable Name of the executable used to run the -->
<!-- script. [perl] -->
<!-- -->
<!-- parameterEncoding Name of parameter encoding to be used with -->
<!-- any) be passed to the CGI script? [false] -->
<!-- -->
<!-- stderrTimeout The time (in milliseconds) to wait for the -->
- <!-- reading of stdErr to complete before -->
+ <!-- reading of stderr to complete before -->
<!-- terminating the CGI process. [2000] -->
<!--
System.getProperty("file.encoding", "UTF-8");
/**
- * The time (in milliseconds) to wait for the reading of stdErr to complete
+ * The time (in milliseconds) to wait for the reading of stderr to complete
* before terminating the CGI process.
*/
private long stderrTimeout = 2000;
variables (if any) be passed to the CGI script? Default is
<code>false</code>.</li>
<li><strong>stderrTimeout</strong> - The time (in milliseconds) to wait for
-the reading of stderr to complete before terminating the CGI process? Default
+the reading of stderr to complete before terminating the CGI process. Default
is 2000.</li>
</ul>
</p>