How to configure an application server in Intellij Idea 13 Ultimate SpringMVC project?
application-server, intellij-idea, spring-mvc, tomcat
Solution
In this window you have to:
- Configure location of your Tomcat instance (`Application server -> configure -> enter "Tomcat home"`).
- Then you go to "Deployments" tab and add your artifact (by clicking green cross)
Problem
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?