使用Tomcat时出现问题:严重: Error deploying web application directory G:MyEclipseWorkspaces.metadata.me_tca(示例
Posted 三蜢
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Tomcat时出现问题:严重: Error deploying web application directory G:MyEclipseWorkspaces.metadata.me_tca(示例相关的知识,希望对你有一定的参考价值。
今天我写了第一个jsp和Servlet,然后再myeclipse上使用tomcat来搭建服务器,登录时出现的问题。
出现问题:
严重: Error deploying web application directory G:\\MyEclipseWorkspaces\\.metadata\\.me_tcat7\\webapps\\hiber_test
按照老师教的步骤一步一步来,结果打开jsp网页时还是报错了
一开始我还以为是Tomcat版本问题,然后换了6和7,又用了myeclipse自带的那两个,结果还是一样
找了半天:原来是web.xml配置文件里的错误
应该改为:
<servlet-mapping> <servlet-name>ServletDemo1<servlet-name> <url-pattern>/ServletDemo1</url-pattern> </servlet-mapping>
对,没错,就在第二个ServletDemo1加上\'/\'就行了,还是怪自己写代码时太粗心大意了,所以写个博客来警示自己。
以上是关于使用Tomcat时出现问题:严重: Error deploying web application directory G:MyEclipseWorkspaces.metadata.me_tca(示例的主要内容,如果未能解决你的问题,请参考以下文章
spring boot tomcat 打本地包成war,通过Tomcat启动时出现问题: ZipException: error in opening zip file
spring配置问题:严重: Error configuring application listener of class org.springframework.web.context.Conte