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.

-- bob

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of Tom Zschaage
Sent: Friday, September 27, 2002 2:03 AM
To: [EMAIL PROTECTED]
Subject: AW: deployment without running tomcat


Sorry Robert, I don't have an answer but a question. How do you deploy
your service using ant?

Thanks for help

Tom

-----Urspr�ngliche Nachricht-----
Von: Robert Herold [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 27. September 2002 01:20
An: [EMAIL PROTECTED]
Betreff: deployment without running tomcat

In my build process, I first use Ant to build/install webapps to
tomcat/webapps, then start up tomcat, then use Ant again to deploy the
webapps.  It would be more convenient to be able to deploy the webapps
without having to start tomcat first, so that it could all be done in
one
step.

Is there a known way to use the AdminClient without first starting
Tomcat
(or whatever servlet container is hosting the Axis webservice)?



----------
Robert Herold
Cotagesoft, Inc.
650 474 9013 x808






Reply via email to