----- Original Message ----- From: "Robert Herold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 00:19 Subject: 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)? > -deploy to a running tomcat from ant instead. Well documented in java development with ant by erik and me; pull the sample build files from manning.com/antbook (chapters 7 & um, 17 or 18) for examples. There is a tomcat deploy in axis/java/xmls, but it is set up to get out stuff into common/lib which only gets picked up when catalina restarts. -steve