Ramani:

Two different ways to get output from servlets are:

1) use the log function

        log(str) - string is written to your JServ log file
        log(str, throwable)
        log(ex, str)

2) if you manually start JServ, re-direct your standard output and/or
standard error before starting JServ

An example UNIX startup script consists of:

exec >> log.out 2>> log.err
java -classpath ....


Hope this helps,
Jackie

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to