how to stop struts action from flooding my server console ?
i have tried to edit my web.xml
and modify <load-on-startup>1</load-on-startup> to
<load-on-startup>-1</load-on-startup>
but the Action servlet doesn't work, off course ! because action servlet has
to be initialized every time the server starts.
my point is how to stop struts action from logging too much. i got 5
projects using struts framework, each time it starts i got log messages
flooding out my console !
any ideas?

VR


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

Reply via email to