IntelliJ Community 10.5.2 Tomcat
Does IntelliJ support running its own Tomcat server like Eclipse does? Looked online and most walk thrus have you going into settings then application server. I do not see this. Thanks for any help.
Please sign in to leave a comment.
Hello John,
Tomcat (and any other application servers) is only supported in IntelliJ
IDEA Ultimate, not in IntelliJ IDEA Community Edition.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks. Well that kinda stinks but oh well. Maybe I will have to convince boss to buy one
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.