I have Tomcat installed and it's working when I open a browser. I want to know that can I run a Java EE Spring MVC project without using Eclipse.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You need to create a .war
file (for example, using Export -> WAR file
) and deploy it in Tomcat (via web interface of Tomcat Manager or by placing that file into webapps
subfolder of Tomcat).