Migrating a Dynamic web Application from eclipse
Answered
Hello,
I am trying to introduce IntelliJ into my Company and therefore try to "Sell" the features to my Colleagues and my Boss
Overall I am pretty happy with one exception: Running our Project!
We run a Dynamic Web application in Tomcat, in Eclipse I only need to select it as a Web module and eclipse does the rest.
Somehow I can't figure out how to simply do the same with IntelliJ.
The only way I get it up and running was to Select the WAR as External Source and do a "gradle war" task before launch.
Did I miss anything like Tell IntelliJ that this project is a Dynamic web project that the program can handle it themselves?
Please sign in to leave a comment.
You can configure artifacts in Project Structure | Artifacts: https://i.imgur.com/ic0A5H7.png
See the guide for Tomcat in IntelliJ IDEA here: https://www.jetbrains.com/help/idea/configure-web-app-deployment.html