Configure Apache Tomcat in Intellij IDEA community edition



Configure Apache Tomcat in Intellij IDEA community edition

Configure Apache Tomcat in Intellij IDEA community edition

#IntelijIDEA #tomcat #java #javaEE
How to configure tomcat in intellij IDEA community edition.

maven command to deploy war on tomcat:
clean install war:war org.codehaus.mojo:wagon-maven-plugin:upload-single -Dwagon.fromFile={war-path} -Dwagon.url=file://{tomcat-webapps-path}

Comments are closed.