4

I create new SpringMVC project then choose Run->EditConfiguraions then choose Defaults->TomcatServer->Local on the left, push the button "Configure..." and kinna don't know what to write in the opened dialog. Could you help me?

Sashko Lykhenko
  • 1,554
  • 4
  • 20
  • 36

1 Answers1

5

In this window you have to:

  1. Configure location of your Tomcat instance (Application server -> configure -> enter "Tomcat home").
  2. Then you go to "Deployments" tab and add your artifact (by clicking green cross)
Jakub Kubrynski
  • 13,724
  • 6
  • 60
  • 85