IntelliJ 10.5.2 Community Tomcat
In Eclipse I was to run its own Tomcat server, does IntelliJ support this? Most walkthrus have you go into settings and application server. I do not see this in the version I am using. Thanks for any help.
---
Original message URL: http://devnet.jetbrains.net/message/5328294#5328294
Please sign in to leave a comment.
If you use Gradle, you can try my script: https://github.com/Adrninistrator/IDEA-IC-Tomcat .This script will build files for web application, create a Tomcat instance, start Tomcat and load the web application. And you can debug Tomcat with IDEA.