问题描述
当我尝试运行我的应用程序时,我收到错误404。
Tomcat服务器启动并同步。动态模块版本为2.5。
以前我使用动态模块版本3.o,但它没有工作。我读了
一个更好的是使用2.5的帖子。所以我创建了新的项目,
仍然得到这个4044错误。这是我认为的技术错误。
I am getting Error 404 when trying to run my application.Tomcat server, start and synchronized. Dynamic module version is 2.5.Previously I used dynamic module version 3.o but it didn't work. I read inone of the posts that better is to use 2.5. so I created new project andstill get this 4044 error. It is technical error I think.
推荐答案
我需要创建index.jsp WebContent-> New-> JSP文件它会把它放在正确的地方。现在我可以看到我的索引页。
I needed to create index.jsp WebContent->New->JSP file and it will place it in the right spot. Now I am able to see my index page.
问题是我创建了index.jsp文件WEB-INF-> New-> JSP文件。你可以在我的帖子中看到它。
The problem was that I created index.jsp file WEB-INF->New->JSP file. You can see it above in my post.
这里我将图像放在可以看到的位置,image.jsp位于不同的位置。你可以看到很小的差异。
Here I place the image where you can see image.jsp is place in different spot. You can see small difference.
这篇关于HTTP状态404 Eclipse Tomcat 7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!