WEBSERVER_DEBUG
command line keywordUse WEBSERVER_DEBUG
for JSP debugging. It creates
the stderr.log
and stdout.log
files under the docroot/port#
directory, and leaves JSP temporary files under docroot/port#/defaul
t
and log files under docroot/port#/log
for your inspection.
The executables that can use this keyword are:
rwbuilder |
yes |
rwrun |
no |
rwclient |
no |
rwcgi |
no |
rwserver |
no |
rwservlet |
no |
rwconverter |
no |
WEBSERVER_DEBUG={YES|NO}
Values |
Description |
|
Create debugging files. |
(default) |
Do not create debugging files. |
Use this keyword only when youre running a job as a JSP.
Relevant keywords include WEBSERVER_DEBUG
,
WEBSERVER_DOCROOT
,
WEBSERVER_PORT
.
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.