在给eclipse配置好了tomcat以后,在浏览器中输入localhost:8080却报The origin server did not find a current representation for the targe!!!

java web:Tomcat报错:The origin server did not find a current representation for the targe

我碰到的问题的解决方法是,先去Serves下找到serve文件中的Host标签,发现其中的appBase=“webapps”,然后

java web:Tomcat报错:The origin server did not find a current representation for the targe

双击serves下的服务器,勾选第二行的那个,然后再Deploy path中把内容修改成你刚才看到的那个即可。

如果发现变灰不能修改,只要把项目完全从服务器中移除即可

 

相关文章:

  • 2021-09-15
  • 2021-06-19
  • 2021-10-08
  • 2021-10-03
  • 2021-04-30
  • 2021-09-26
  • 2021-11-28
  • 2021-11-05
猜你喜欢
  • 2021-06-28
  • 2021-08-02
  • 2021-12-12
  • 2021-09-30
  • 2021-11-12
相关资源
相似解决方案