posted 14 years ago
What I do now is to open a command prompt (on my windows machine), locate to the project folder and do a mvn clean install -Dmaven.test.skip=true and then go to the target folder, copy the war file and paste it to the webapps directory of Tomcat and restart Tomcat.
What I want to achieve is the following:
(1) Configure Tomcat in IntelliJ and add it as a Run configuration to my project - I did this already
(2) Make any changes that I do for the class files, result in the changes to the exploded war of my webapp in the Tomcat webapps directory
I tried googling for this, but no satisfactory answers. There were ways to do this using Eclipse, but I'm astonished to see that using IntelliJ is hard.
SCJP 1.4, SCWCD 1.4 - Hints for you, Certified Scrum Master
Did a rm -R / to find out that I lost my entire Linux installation!