I have a maven war project. How can I do do the following from within IntelliJ IDEA:
- create .war file
- deploy it to a local Tomcat
- start Tomcat in debug mode
|
I have a maven war project. How can I do do the following from within IntelliJ IDEA:
|
|||
|
|
You need to configure see http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/ and http://maven.apache.org/plugins/maven-war-plugin/ for some more details on both of these plugins. |
|||
|
|