You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "R. Mark Volkmann" <vo...@home.com> on 2001/11/16 04:39:19 UTC

Ant build file for running SimpleAxisServer and tcpmon

I've created an Ant build file that demonstrates how to use the parallel task in Ant 1.4 to
- run SimpleAxisServer
- run tcpmon
- deploy a service
- run a client (directing the requests through tcpmon)

I find this very useful for testing services. All the files you need to try this approach are in the attached zip. The only change you may need to make is to build.properties which specifies the location of your AXIS installation and crimson.jar. If you want to use a different XML parser you'll have to change the references to Crimson in that file and build.xml. After doing this, just run "ant" to try it. I tested this using the 11/14 version of AXIS.

I'd appreciate suggestions on ways to do this even better if you have any.