Search code examples
tomcatspring-mvcintellij-ideaapplication-server

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?


Solution

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