There are 2 plugin tomcat7-maven-plugin
and maven-t7-plugin
both have good number of goals, but all of them build war and run tomcat "on the fly" while I need to run tomcat from folder. E. g. there is already downloaded tomcat which is needed to be run. Is there a way to run it simply without building war, download tomcat etc?
The question is not provide an answer because it downloads a tomcat, put a war into it, while it is needed to run already existing tomcat without building war and download tomcat again. May be there is a way to configure tomcat folder for that plugin? But I have not found any property for that.