Re: JDK 1.4 Logging with Struts

2002-05-17 Thread @Basebeans.com
Subject: Re: JDK 1.4 Logging with Struts From: Vic C [EMAIL PROTECTED] === If you are not loging a lot log options are ok. If you are loging a lot, you need to use multi trhreaded collectoins, roll your own. Vic Mike Dewhirst wrote: We use Tomcat 4.0.3 / Struts 1.0.2 and Log4J. Before we

RE: JDK 1.4 Logging with Struts

2002-05-16 Thread Mike Dewhirst
We use Tomcat 4.0.3 / Struts 1.0.2 and Log4J. Before we went down that road, we compared the 2 logging mechanisms, and in terms of usability, log4j seems to come out at the top. Not sure about performance though. Anyway, my recommendation is log4j. Hope this helps. -Original Message-

RE: JDK 1.4 Logging with Struts

2002-05-16 Thread Manish-Hirapara
Most application servers are nowhere near supporting JDK 1.4, thus 1.4 logging within most webapps is still 6-9 months out. Last I heard, Weblogic 7.0 was still running JDK 1.3.1, so it isn't really possible to configure it yet. What many people are doing is creating a facade to their logging

RE: JDK 1.4 Logging with Struts

2002-05-16 Thread Jon.Ridgway
Use the org.apache.commons.logging implementation then you can use either without having to change your code. Indeed this is what Struts uses internally (I think). Jon Ridgway -Original Message- From: Chen, Dean (Zhun) [mailto:[EMAIL PROTECTED]] Sent: 16 May 2002 14:40 To: 'Struts

Re: JDK 1.4 Logging with Struts

2002-05-16 Thread Markus Garscha
Hi! i noticed this, too. but i didn' manage to turn the logging on. in my tomcat logs i only see System.out.println() messages. further i can't find any docs how to turn logging (perhaps in server.xml??) on. can you tell me how to do this? thanx a lot markus * Jon.Ridgway [EMAIL PROTECTED]