Re: logging servlet to CATALINA.out

2004-12-05 Thread Yves Sy
Hi Jim, getDebug() was deprecated in 1.1 and totally removed in 1.2. You should use struts 1.1 jars if you still wish to use your existing code. -Yves- On Mon, 06 Dec 2004 03:21:25 +, Jim Douglas <[EMAIL PROTECTED]> wrote: > Hi all, > > I am trying to log servlet messages but can't get t

logging servlet to CATALINA.out

2004-12-05 Thread Jim Douglas
Hi all, I am trying to log servlet messages but can't get this code to compile, package app.web; import java.io.*; import java.io.IOException; import java.util.Hashtable; import java.util.Locale; import javax.servlet.*; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException;