On 22 Jun 2001 [EMAIL PROTECTED] wrote:

> Is there any way to specify the servlet.log file without having to access the 
> servlet container's configuration files? One might need this because if one 
> hosts ones site on a commercial server, one does not usually have access to log 
> files or configuration files.
> 

Nope -- how logging works (at least for ServletContext.log() calls) is
totally up to the container.

You might consider doing your own logging to files (perhaps with a package
like Log4J).  But I'd be pretty surprised by a commercial server that
would not make available the option of a per-customer log file for their
web applications.

> Pranav
> 
> -- 
> Get your firstname@lastname email for FREE at http://Nameplanet.com/?su
> 

Craig


Reply via email to