Re: How to set Error Log for Unpacked Web Application in Tomcat 5.5

2004-11-23 Thread Eric VERGNAUD
le 20/02/02 17:17, inr à [EMAIL PROTECTED] a écrit :

> 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]
> 

Your clock is not set properly. A little annoying...

---
Eric VERGNAUD - JLynx Software
Cutting-edge technologies and
services for software companies
web: http://www.jlynx.com
---



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



RE: How to set Error Log for Unpacked Web Application in Tomcat 5.5

2004-11-23 Thread Allistair Crossley
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 
 element has been *removed* as a valid child of .

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 .

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]
> 
> 


 
---
QAS Ltd.
Developers of QuickAddress Software
http://www.qas.com";>www.qas.com
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---



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



How to set Error Log for Unpacked Web Application in Tomcat 5.5

2004-11-22 Thread inr
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]