Starting of the Apache tomcat server before integration test
问题 I've been looking for an solution for the last 4 days and raised this question as a bounty but still not getting my answer. Where i've succeeded with the help pf pom.xml file:- a) Starting the tomcat server manually using command i.e mvn tomcat7:run. This command also help me deploying of my war file to tomcat server and starting the server. b) Running my integration tests using testng.xml file configuration on eclipse. Where i'm failed with the help pf pom.xml file:- a) Automatically