Guenther Wieser <[EMAIL PROTECTED]> wrote:
>Ok, now I have a lot of debuuging code from the server in my jserv.trace
>file.
>But if I call getServletContext().log("text") nothing appears in the
>jserv.trace file.
>Am I guessing wrong, but shouldn't the logs from the servlet go to this
>file?
You'll also need to enable the servlet log channel by adding
log.channel.servletLog=true
to your jserv properties file. The messages should then show up in the
jserv.trace file (they do for me).
-- Ari Halberstadt mailto:[EMAIL PROTECTED] <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]