0

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.

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140

1 Answers1

2

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).

axtavt
  • 239,438
  • 41
  • 511
  • 482