摘要: 严重: StandardServer.await: create[8050]: java.net.BindException: Address already in use: JVM_Bind tomcat启动时出现Address already in use: JVM_Bind 的原因是因为端口被 阅读全文
posted @ 2018-06-05 21:15 迷失圣诞 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 映射无效,可以查看web.xml查看配置文件是否出错; 还有就是查看跳转的路径是否正确: 打个比方,比如 <form action="login?action=login"> 跳转的 login 映射不存在,也会报这个错误; 还有就是Response.sendRedirect("login"),跳转 阅读全文
posted @ 2018-06-05 10:42 迷失圣诞 阅读(937) 评论(0) 推荐(0) 编辑