----- Original Message ----- From: "Robert Herold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 20:31 Subject: RE: deployment without running tomcat
> Deploying w/Ant: I just run the admin client by invoking the following > target: > > <target name="deploy-bobh" > description="Deploy the bobh testing Axis web service" > > <java classname="org.apache.axis.client.AdminClient" fork="yes"> > <arg value="-l > http://localhost:8080/bobh/servlet/AxisServlet/AdminService"/> > <arg value="${tst.webservices.dir}/bobh/deploy.wsdd"/> > <classpath refid="build.classpath" /> > </java> > </target> > > where ${tst.webservices.dir} and build.classpath are appropriately defined > elsewhere. This target requires that Tomcat is running. > there is an <axisadmin> task in the ant-tasks.jar you can build from cvs to do this in process; docs still on my todo list.