項(xiàng)目啟動(dòng)成功但是進(jìn)不去login.html
04-Jul-2018 15:07:40.735 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [D:\tomcat8\webapps\manager] has finished in [640] ms
04-Jul-2018 15:07:41.155 信息 [RMI TCP Connection(2)-127.0.0.1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
這是日志!login.html報(bào)405錯(cuò)誤
2018-09-29
<property name="loginUrl" value="/login.html"/>login.htnl前多一個(gè)斜杠
然后再把他們的請(qǐng)求放行:/login.html=anon
2018-07-05
在spring.xml中要配置這句話,你配置了沒?