Sashko Lykhenko
Sashko Lykhenko

Reputation: 1654

How to configure an application server in Intellij Idea 13 Ultimate SpringMVC project?

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?

Upvotes: 4

Views: 15112

Answers (1)

Jakub Kubrynski
Jakub Kubrynski

Reputation: 14149

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)

Upvotes: 5

Related Questions