Works with "trace" substituted for log.
# Enable/disable JServ tracing, used for debugging and development.
# WARNING: tracing is a very costy operation in term of performance and
# its disabled by default. Note that trace logs may become really big
# since each servlet connection may generate many Kb of trace.
# Syntax: trace=[true,false] (boolean)
# Default: false
trace=true
# Set the name of the trace/log file.
# Syntax: trace.file=<log file name> (String)
# Default: <empty>
trace.file=jserv.log
# Enable the timestamp before the trace message
# Syntax: trace.timestamp=[true,false] (boolean)
# Default: true
trace.timestamp=true
# Use the given string as a data format
# (see java.text.SimpleDateFormat for the list of options)
# Syntax: trace.dateFormat=(String)
# Default: [dd/MM/yyyy HH:mm:ss:SSS zz]
trace.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
# Enable/disable channels, each tracing different part of the code
# self-explained by their names.
# Syntax: trace.channel.<channel name>=[true,false] (boolean)
# Default: false
trace.channel.init=true
trace.channel.terminate=true
trace.channel.serviceRequest=true
trace.channel.authentication=true
trace.channel.requestData=true
trace.channel.responseHeaders=true
trace.channel.signal=true
trace.channel.exceptionTracing=true
trace.channel.servletManager=true
[EMAIL PROTECTED] wrote:
> When I turn on log=true in jserv.properties, my servlet no longer
> works. I get this error in jserv.log
>
> [08/04/1999 12:11:46:575] (EMERGENCY) ajp11: can not connect to host 127.0.0.1:8007
>
> Any ideas?
>
> Thanks in advance.
>
> ----------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]