Re: Deploy War Message

2005-05-22 Thread Lutz Zetzsche
Hi Nuno,

Am Freitag, 20. Mai 2005 16:17 schrieb Nuno Martins:
 While deploying a war in tomcat  4.1.31, this message appears in logs
 every 15 seconds

 *HostConfig[localhost]: Deploying discovered web applications*

 How can I disable this warning?

Is it a warning or just an info? I could imagine that these messages are 
related to the development, reloading and checkInterval 
combination and settings in your web.xml.

If you change checkInterval i.e. to 20, and the above entry will then 
appear every 20 seconds in your log, then you know where to solve the 
problem.


Best wisdhes 

Lutz

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



Deploy War Message

2005-05-20 Thread Nuno Martins
Hi,
While deploying a war in tomcat  4.1.31, this message appears in logs 
every 15 seconds

*HostConfig[localhost]: Deploying discovered web applications*
How can I disable this warning?
Thanks,
Nuno Martins