RE: The message during startup

2002-02-27 Thread Galbreath, Mark

Turn off your monitor.

Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 26, 2002 10:40 PM

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]




RE: The message during startup

2002-02-27 Thread MPreedes


Vincent, 
go to your start webserver script and set echo off

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 26, 2002 10:40 PM

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]


This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

Visit us at http://www.cognizant.com



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


RE: The message during startup

2002-02-27 Thread ??? Vincent Lin

Do you mean

init-param
  param-namedebug/param-name
  param-value0/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]




RE: The message during startup

2002-02-27 Thread Chuck Cavaness

Also set one for detail like this:

init-param
   param-namedetail/param-name
   param-value0/param-value
 /init-param
init-param

Chuck


At 11:35 AM 2/28/2002 +0800, you wrote:
Do you mean

init-param
   param-namedebug/param-name
   param-value0/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]




Re: The message during startup

2002-02-26 Thread Chuck Cavaness

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]