Debugging Remote Tomcat from IntelliJ with Style

1 · Jake Trent · April 13, 2011, midnight
One of the worst things to debug can be something that works just fine in your local development environment but does not work in a deployed environment. If you deploy to Tomcat, you can debug it remotely. If you use IntelliJ IDEA, you can do it with style. ...