Hmmm.... There must be some special pitfall you folk are hitting that I don't even see...

I am using log4j in my web app (quite extensively) and see loads of log messages.

Could this be an odd combination of including log4j and trying to use java.util.logging? That should work (and the Tomcat dev folk know a reason it should not then they should fix this as there are cases where a library in your web app insists on one logging approach and another library on another...), but I do not do this myself -- I stick to log4j logging which is why I include log4j.

Come to think of it, I seem to recall having issues getting java.util.logging output from Tomcat when I tried it once [from a low-level library where I wanted no commons or log4j dependencies].

--
Jess Holle

Dean Hiller wrote:
this problem didn't have much to do with having servlet knowledge so I am confused here. It had to do with setting up logging for servlets which AFAIK, they don't teach in a servlet tutorial, so if you knew servlets, it was not enough :( just as in my case.
dean

David Delbecq wrote:
Jay a écrit :
I am pretty new to tomcat. I recently read a post http://marc.theaimsgroup.com/?l=tomcat-user&m=114372017420869&w=2
which solved a problem I have been having for tomcat 5.5 also.  I
thank that person for posting the solution.  I also read some of the
responses from what appear to be the tomcat developers and was very
dissappointed. I also think that is a usability problem for newbs. like tomcat team wants tomcat to only be usable for advanced users to
me.  This frankly dissapoints me.
I think tomcat doc just aims at people having minimum knowledges
background in java, servlet, j2ee specs. Teaching this background
knowledge is in no point the purpose of tomcat docs. Thought the docs is
not always complete, it generally provide enough information to do what
you need to do, once again assuming you have that background knowledge.

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

Reply via email to