博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Tomcat问题,不能正确访问http://localhost:8080/
阅读量:5244 次
发布时间:2019-06-14

本文共 1079 字,大约阅读时间需要 3 分钟。

最近在学Struts2框架部分的内容,但是eclipse中配置tomcat遇到了很大的问题,当辛辛苦苦的配置完了之后,竟让连小猫的首页都不能访问,http://localhost:8080/输入了之后提示HTTP Status 404

type Status reportmessage /sOffice2/description The requested resource  is not available.

  于是乎,心酸的查找bug开始了,

(1)首先xxx.jsp文件必须放在WebContent目录下面,而不能放在WEB_INF目录之下

(2)第二个问题是在Stack overflow上面找到了答案:

1:Click on Window > Show view > Server or right click on the server in "Servers" view, select "Properties".2:In the "General" panel, click on the "Switch Location" button.3:The "Location: [workspace metadata]" should replace by something else.4:Open the Overview screen for the server by double clicking it.In the Server locations tab , select "Use Tomcat location".(此时有可能界面为灰色)5:Save the configurations and restart the Server.

方法里面说将tomcat换成自己的安装的tomcat,但是界面是灰色的,怎么办呢?原来是因为我们将项目部署到了tomcat上面,因此需要移除项目,在项目上面右击——Remove

此时Server locations界面即可用,"Deploy Path"后面的值默认是"wtpwebapps",把它改成"webapps",(这里面改成webapps也就是找到自己安装tomcat的目录,只不过换了名字之后软件可以自己定位到目录)

到此,问题就搞定了,入托上面两个方法我全部都没有用。

(3)即使eclipse中的tomcat服务器打开了,也没有,必须把外部的tomcat服务器打开。

c

 

转载于:https://www.cnblogs.com/xiaxj/p/6019055.html

你可能感兴趣的文章
Leetcode: Unique Binary Search Trees II
查看>>
C++ FFLIB 之FFDB: 使用 Mysql&Sqlite 实现CRUD
查看>>
Spring-hibernate整合
查看>>
c++ map
查看>>
exit和return的区别
查看>>
Django 相关
查看>>
git init
查看>>
训练记录
查看>>
IList和DataSet性能差别 转自 http://blog.csdn.net/ilovemsdn/article/details/2954335
查看>>
Hive教程(1)
查看>>
第16周总结
查看>>
C#编程时应注意的性能处理
查看>>
比较安全的获取站点更目录
查看>>
苹果开发者账号那些事儿(二)
查看>>
使用C#交互快速生成代码!
查看>>
UVA11374 Airport Express
查看>>
P1373 小a和uim之大逃离 四维dp,维护差值
查看>>
NOIP2015 运输计划 树上差分+树剖
查看>>
P3950 部落冲突 树链剖分
查看>>
读书汇总贴
查看>>