I have a web application that I would like to be able to test once it's deployed and running on Tomcat. Is there a way to embed all of this inside a maven build? The process would go like this:
1. Start maven 2. Maven would deploy WAR to Tomcat 3. Tomcat would be told to initialize the new WAR file 4. Tests would be run against the now running web app 5. Maven would report one way or the other on the tests Has this been done? -- View this message in context: http://www.nabble.com/Testing-a-Tomcat-deployed-servelet-instance-tp24095328p24095328.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
