开发者

Tomcat not displaying Eclipse project

开发者 https://www.devze.com 2023-01-09 21:13 出处:网络
I\'m using the Sysdeo plugin to connect Eclipse (Gallileo) to Tomcat 6.0.Whe开发者_如何学Cn I deploy a new project I can see the project.xml file in Tomcat 6.0\\conf\\Catalina\\localhost directory.But

I'm using the Sysdeo plugin to connect Eclipse (Gallileo) to Tomcat 6.0. Whe开发者_如何学Cn I deploy a new project I can see the project.xml file in Tomcat 6.0\conf\Catalina\localhost directory. But somehow Tomcat is not seeing this information because when I point my browser at http://localhost:8080/project I get a message that the requested resource is unavailable.


Eclipse (the EE version atleast) comes with builtin support for developing with Tomcat, I suggest you use that instead of the Sysdeo plugin - which seems to be a few years outdated by now.

Get started by creating a new "Dynamic Web Project", you'll get to point Eclipse to a local Tomcat installation - and you'll get options to Run/Debug/etc. your application on Tomcat.


In order for Tomcat to display your project, you need to compile your project into a .war file and drop it in Tomcat's deploy/ directory.

0

精彩评论

暂无评论...
验证码 换一张
取 消