03 2017 档案
摘要:在quartz中配置了一个方法运行时会连续调用两次,是因为加载两次,只需在tomcat的server.xml中修改配置 将appBase设置成空,docBase的项目名前加上路径,设置:unpackWARs="true" autoDeploy="true" reloadable="true" 以前项
阅读全文
摘要:一、配置tomcat服务状态查看帐号(E:\Tomcats\apache-tomcat-7.0.73Test\conf下面的tomcat-users.xml中)加入:<user username="admin" password="12345" roles="manager-gui"/> 二、登录t
阅读全文