Can´t find Tomcat Integration Plugin Follow
Answered
Hi,
I´m basically following https://www.jetbrains.com/idea/help/enabling-application-server-integration-plugins.html, but I can´t find any Tomcat integration plugin there. Do I have to add another repository etc?
Cheers
Please sign in to leave a comment.
Hello Marc,
What version of Idea do you use? Is it Ultimate or Community?
Tomcat plugin is available only for Ultimate version. It is bundled so you don't need to install it manually.
Regards,
Nikolay
It´s the newest version. 15.0.2
But alright, if it´s only available in the Ultimate version, that´s a showstopper for me...
Thanks!
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.