-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

André,

André Warnier wrote:
| Ok, then where about in my Tomcat configuration would I find which
| logging system it uses, or a pointer to something that tells me which
| system is used ?

Without going further down the rabbit hole, your question is answered
right here, in Tomcat's "Logging" section of the user's guide:
http://tomcat.apache.org/tomcat-6.0-doc/logging.html

It says right up front, "Tomcat 6.0 uses Commons Logging  throughout its
internal code allowing the developer to choose a logging configuration
that suits their needs, e.g java.util.logging or Log4J. Commons Logging
provides Tomcat the ability to log hierarchially across various log
levels without needing to rely on a particular logging implementation."

So, the answer is "Tomcat always uses commons-logging".

If you choose to configure commons-logging in some way other than the
default, then you are taking responsibility for providing your own
3rd-party library.

The docs do include light information about using log4j and juli (Java
1.4's logging interfaces).

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhWu1IACgkQ9CaO5/Lv0PBsWACgnBGkbbRhOYcEM7WXHASEFl0l
VjQAn1VU75Eg/AeBK3uJnLaSzdM6mQhu
=kxS2
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to