I need to deploy several wars to a tomcat server then run some automated test as a maven goal.

My though was to:
1) copy all of the desired wars to the webapps directory of the
   test tomcat server.

2) attain the goal 'appserver:start' to start tomcat and
   and expand the wars

3) execute my tests

4) attain the goal 'appserver:stop' to shutdown tomcat

When I try the above steps manually with the following command, nothing is happening after tomcat starts.
Command -> maven appserver:start test appserver:stop


I end up stopping the entire process with an <control>C

The environment is Windows 2000 with Maven Beta9 and a current Maven Beta 10.

Suggestions.

Paul Spencer




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to