Eclipse导入MyEclipse项目遇到问题解答

 

导入一个其他IDE中的项目,第一一定要想到:不同IDE中的配置文件问题:

比如:tomcat启动寻找项目的根目录问题,Eclipse的webContext,Myeclipse的是Webroot文件夹,这个是要更改的

那么怎么看一个项目的根目录在哪呢?

你要始终记住一点,上传文件的路径是相对于tomcat的。

Eclipse根目录是项目名开始的 你说的webContext是你把代码配置到tomcat中去的时候的根目录。

上传文件直接找到建立项目的工程名或者Eclipse鼠标右击直接打开文件夹

 

1.右击项目properties/Deployment Assembly/

查看根目录

2.Prodect Facets 更改重新定位项目的根目录问题

 

运行后报404

Type Status Report

Message /rams/

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

 

首先修改,默认项目根目录

https://blog.csdn.net/qbz2004/article/details/7364045

再修改jstl相关配置

http://www.bubuko.com/infodetail-2260992.html

最后遇到什么问题,根据提示百度就行了

posted @ 2018-10-27 11:51  cheney-yang  阅读(293)  评论(0编辑  收藏  举报