How To: Use Tomcat in Intellij IDEA Community
Recently I started working on a project that required me to have the backend
part installed locally, instead of using a remote backend. The project uses
Maven as a build tool and it deploys the code to a Tomcat server.
I got cracking and started configuring the project on my