Using Netbeans, I develop sites with Tomcat as the local server to manage it. In Netbeans it was \"Install, write hit Run and it works\" How do I pull the same thing off in
You can also debug tomcat using the community edition (Unlike what is said above).
Start tomcat in debug mode, for example like this: .\catalina.bat jpda run
In intellij: Run > Edit Configurations > +
Select "Remote" Name the connection: "somename" Set "Port:" 8000 (default 5005)
Select Run > Debug "somename"