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?
Asked
Active
Viewed 1.5k times
1 Answers
5
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)

Jakub Kubrynski
- 13,724
- 6
- 60
- 85
-
"Configure location of your Tomcat instance" how to find out where is my tomcat ? – Sashko Lykhenko Feb 05 '14 at 20:19
-
Where have you extracted downloaded tomcat? – Jakub Kubrynski Feb 05 '14 at 20:20
-
It came right away with IDE I beleive: .../idea-IU-133.696/plugins/Tomcat/lib But this path does not fit – Sashko Lykhenko Feb 05 '14 at 20:23
-
You should download it from http://tomcat.apache.org/download-70.cgi extract and then select this path – Jakub Kubrynski Feb 05 '14 at 20:25
-
runs now with error cannot run the program apache-tomcat-7.0.50/bin/catalina.sh permission denied. How to allow permission? – Sashko Lykhenko Feb 05 '14 at 21:13
-
What OS do you use? Have you extracted from the same user that you run your IDE? – Jakub Kubrynski Feb 05 '14 at 22:34
-
Thanks, already solved. Just allowed permission to the file from the command line. – Sashko Lykhenko Feb 06 '14 at 08:34
-
@СашкоЛихенко great - so now you can accept my answer :) – Jakub Kubrynski Feb 06 '14 at 08:51