til.logging.Logger
>
> Bill Comer wrote:
> > Any ideas how this can be resolved ?
> >
> > thanks in advance.
> > Bill
> >
> > Below is a code snippet.
> >
> > public class BillTestServlet extends BaseServlet {
> >
> >private final Logg
we have recently taken management of a web application that uses
log4j. I am used to using java.util.logging.Logger
I have setup the log4j.xml so that the logging messages go to the
standrad tomcat log file.
However stack traces still go to catalina.out.
How can I get them to go to the tomcat lo
I have a requirement that all servlets in an application to return
immediately and with a standard response. Any processing needs to be
done offline.
I could have the servlet log the request to a database for a separate
application to pick up. I do not want this solution as we have atleast
20 unas
I have a requirement that all servlets in an application to return
immediately and with a standard response. Any processing needs to be
done offline.
I could have the servlet log the request to a database for a separate
application to pick up. I do not want this solution as we have atleast
20 unas