On Tue, 13 Nov 2001, Godbey, David wrote: > Are there any philosophical issues that I'm missing? Is the absence of > System.out and System.err support inside Apache/JServ by design? If you provide your servlets with an "init (ServletConfig config)" method, you can then use the "ServletConfig.getSevletContext ()" methd to get the servlet's context. This provides "log (String msg)" and "log (String msg, Throwable throwable)" methods, which may help with your problem?
___________________________________________________________________________ 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
