简体   繁体   English

Eclipse中的奇怪Java Web应用程序

[英]Strange Java web application in Eclipse

I am new to Java web programming and currently working with a Java web project. 我是Java Web编程的新手,目前正在使用Java Web项目。 Although I have searched for days but still not able to figure out what kind of project is it and how to configure to get it run. 虽然我已经搜索了几天但仍然无法弄清楚它是什么类型的项目以及如何配置以使其运行。 It has a webapps directory and a web application inside. 它有一个webapps目录和一个Web应用程序。 But the Java code is stored outside and under the root directory. 但是Java代码存储在根目录之外和之下。

So what documents should I read to get familiar with this kind of project, and how could I configure to get it run on Tomcat? 那么我应该阅读哪些文档来熟悉这类项目,以及如何配置以使其在Tomcat上运行?

日食图像

You should check the .project file located in your case at mapsview/.project to get more insight about this project. 您应该在mapsview/.project检查位于您的案例中的.project文件,以获得有关此项目的更多信息。 It has builder and natures information which helps you understand what kind of project is. 它具有构建器和性质信息,可帮助您了解项目类型。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM