Also set one for detail like this:

<init-param>
       <param-name>detail</param-name>
       <param-value>0</param-value>
     </init-param>
<init-param>

Chuck


At 11:35 AM 2/28/2002 +0800, you wrote:
>Do you mean
>
><init-param>
>       <param-name>debug</param-name>
>       <param-value>0</param-value>
>     </init-param>
><init-param>
>
>in web.xml? I set the debug value  to 0. The message still came out.
>
>Regards,
>Vincent
>
>-----Original Message-----
>From: Chuck Cavaness [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, February 27, 2002 11:59 AM
>To: Struts Users Mailing List
>Subject: Re: The message during startup
>
>
>Set the debug and detail parameters in the web.xml (if you're using 1.0) to
>0. If there are none there, add init-param elements with values of 0.
>
>Chuck
>
>At 11:40 AM 2/27/2002 +0800, you wrote:
> >Everytime the web server start, a lot of message shows in std out or
> >startup log. How can I disable the message during startup?
> >
> >Regards,
> >Vincent
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to