Hi,
I'm using
Tomcat, and
Struts put these log info in my Tomcat log:
2005-03-14 00:03:12 StandardContext[]: Mapped to
servlet '
jsp' with servlet path '/WEB-INF/pages/page1.jsp' and path info 'null' and update=true
2005-03-14 00:03:12 StandardContext[]: Mapping contextPath='' with requestURI='/usr/ac1.do' and relativeURI='/usr/act1.do'
2005-03-14 00:03:12 StandardContext[]: Mapped to servlet 'action' with servlet path '/usr/act1.do' and path info 'null' and update=true
Any advise how to disable it, and to show only the log from my own application? Many thanks in advance.
-LaoXu-