INR,

I now count 4 posts from you on this same subject. I have replied to you 
already and so have others. 

Answer (again): you *cannot* configure logging per web-app in Tomcat 5.5. The 
<Logger> element has been *removed* as a valid child of <Context>.

For better or worse, all your runtime exception logging from all your web 
applications will go to stdout/console. The argument is that your web-apps 
should be catching all possible exceptions, or using a web.xml error-page 
directive correctly. So let's say a JSP throws a runtime error, your error-page 
might log to file or email someone.

However, you cannot rely on Tomcat 5.5 for logging. Only 5.0 and versions 
*less* than that provide <Logger>.

You should also look at log4j per web-app.

Allistair 

> -----Original Message-----
> From: inr [mailto:[EMAIL PROTECTED]
> Sent: 20 February 2002 16:17
> To: Tomcat Users List
> Subject: How to set Error Log for Unpacked Web Application in 
> Tomcat 5.5
> 
> 
> Hai all,
>                       I need the Configuration for setting 
> the error Log
> file for my  WebApplication running on Tomcat 5.5. How to set 
> the Error log
> file in the Server.xml file. [ In Tomcat 5.5 ]
> 
> Thanks for ever,
> inr
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com";>www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>


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

Reply via email to