Tuscany End User Sample Testing

Initial Setup

     Most of the following only needs to be done once unless noted otherwise.

 Running

In the java/testing/tomcat directory run maven:
mvn

Explanation

Maven does the following:
If all goes well at the end you should see:
[INFO] ----------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ----------------------------------------------------------------------------
[INFO] Tuscany Testing in Tomcat .............................. SUCCESS [0.340s]
[INFO] Tuscany Testing Tomcat HelloWorld WS ................... SUCCESS [10.956s]
[INFO] Tuscany Testing Tomcat HelloWorld Axis2 ................ SUCCESS [4.847s]
[INFO] ----------------------------------------------------------------------------
[INFO] ----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: 16 seconds
[INFO] Finished at: Tue Apr 11 13:19:42 EDT 2006
[INFO] Final Memory: 8M/15M
[INFO] ----------------------------------------------------------------------------

Cleanup

Close the Tomcat window and issue mvn clean.