Web app

Integrating Tomcat Server with IntelliJ IDEA

by shaiekh on December 28, 2010

IntelliJ IDEA supports integration with the Apache Tomcat servlet container and makes it possible to develop and deploy Web applications right from within the IDE. This spares you from the need to download any libraries and create a deployment descriptor manually. IntelliJ IDEA also arranges the sources of your application so they comply with the [...]