https://issues.apache.org/bugzilla/show_bug.cgi?id=50835
Chuck Caldarale <chuck.caldar...@unisys.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #3 from Chuck Caldarale <chuck.caldar...@unisys.com> 2011-02-26 11:48:41 EST --- (In reply to comment #2) > aa.xml > <Context path="aa" reloadable="true" docBase="M/webapp" workDir="M/work" > > <Logger className="org.apache.catalina.logger.SystemOutLogger" > verbosity="4" timestamp="true"/> > <Loader className="org.apache.catalina.loader.DevLoader" reloadable="true" > debug="1" useSystemClassLoaderAsParent="false" /> > </Context> You really need to spend some time with the current Tomcat documentation. For example, the <Logger> element has not been used in many years. You cannot blindly copy configuration settings from older versions of Tomcat into a newer one and expect anything close to reliable results. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org