tomcat运行过程中提示警告解决办法
系统是ubuntu,项目部署在tomcat7之后,运行正常,但是运行一段时间就会提示以下警告:(注:只写一条,其他都是类似)
十二月 04, 2013 5:10:15 下午 org.apache.catalina.realm.LockOutRealm authenticateWARNING: An attempt was made to authenticate the locked user "tomcat"
<role rolename="tomcat"/> <!-- <role rolename="role1"/> <user username="tomcat" password="tomcat" roles="tomcat"/> <user username="both" password="tomcat" roles="tomcat,role1"/> <user username="role1" password="tomcat" roles="role1"/>--> <role rolename="manager-gui"/> <role rolename="manager-script"/> <role rolename="manager-jmx"/> <role rolename="manager-status"/> <user username="zhuo" password="zhuo" roles="manager-gui,manager-script,manager-jmx,manager-status"/>
<role rolename="role1"/> <user username="tomcat" password="tomcat" roles="tomcat"/> <user username="both" password="tomcat" roles="tomcat,role1"/> <user username="role1" password="tomcat" roles="role1"/>