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

Sashko Lykhenko picture Sashko Lykhenko · Feb 5, 2014 · Viewed 15.1k times · Source

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?

Answer

Jakub Kubrynski picture Jakub Kubrynski · Feb 5, 2014

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)