Re: System out and System err

2001-03-16 Thread Craig R. McClanahan
On Thu, 15 Mar 2001, Jeff Finley wrote: Where are the outputs for these going in Tomcat 4.01beta? I cannot find them in any logs! Please help, need it to debug a servlet. Check the file "catalina.out" in your logs directory. Jeff Finley No Technologies Inc. Just Doing it because, NY

Re: System out and System err

2001-03-16 Thread Ben Galbraith
I spent some time fooling with logs before I realized that if you override: Servlet.init(ServletConfig config) you must call this somewhere in your new init() method: super.init(config) otherwise the servlet container's logs don't get turned on.

Re: System out and System err

2001-03-16 Thread Craig R. McClanahan
On Fri, 16 Mar 2001, Ben Galbraith wrote: I spent some time fooling with logs before I realized that if you override: Servlet.init(ServletConfig config) you must call this somewhere in your new init() method: super.init(config) otherwise the servlet container's logs don't get

System out and System err

2001-03-15 Thread Jeff Finley
Where are the outputs for these going in Tomcat 4.01beta? I cannot find them in any logs! Please help, need it to debug a servlet.Jeff FinleyNo Technologies Inc.Just Doing it because, NY 000501

Re: System out and System err

2001-03-15 Thread Gary Lawrence Murphy
"J" == Jeff Finley [EMAIL PROTECTED] writes: J Where are the outputs for these going in Tomcat 4.01beta? I J cannot find them in any logs! Please help, need it to debug a J servlet. Bad choice. IMHO, you should be using org.apache.log4j -- Gary Lawrence Murphy [EMAIL

Re: System out and System err

2001-03-15 Thread Jeff Finley
Thank you sir, now if I could just figure out what that meant! Hahahaha, I'm really new to Tomcat, 2 day babe in fact. Can you steer me to a doc on it? - Original Message - From:Gary Lawrence Murphy Sent:Thursday, March 15, 2001 11:28 PM To:[EMAIL PROTECTED] Subject:Re: System out

Re: System out and System err

2001-03-15 Thread Jeff Finley
Found the doc on the jakarta site, thank you. - Original Message - From:Jeff Finley Sent:Thursday, March 15, 2001 11:34 PM To:TomcatUsers Subject:Re: System out and System err Thank you sir, now if I could just figure out what that meant! Hahahaha, I'm really new to Tomcat, 2 day babe