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 mechanisms,
so that if they decide to switch to JDK1.4 later on, they will just need to
change their implementation without doing a mass search and replace within
their entire codebase (see the Jakarta Commons Logging subproject for a good
start). IMHO, Log4j is way ahead of the JDK anyway, so it's going to be a
long time before they catch up. I'd browse through the Log4j archive, there
have been many discussions on this over there.

-Manish


-----Original Message-----
From: Chen, Dean (Zhun) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 9:40 AM
To: 'Struts Users Mailing List'
Subject: JDK 1.4 Logging with Struts


Has anyone implemented JDK 1.4's Logging features with Struts? We used
Log4J, but since 1.4 has Logging incorporated, we are investigating this
option, any suggestions? The examples on Sun's web site aren't too helpful
because it doesn't give you examples of configuration files. Also, how can
this be integrated with Tomcat or Weblogic?

Thanks,

Dean Chen


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to