Dear Steve Am answering ur Thursday, June 19, 2003 2:26 PM posting Am a novice with axies and I do not know about the 1) but i myself also going through those things for few days
hope the comment done on your question (see below) helpful. Srinath > > -----Original Message----- > > From: Steve Pannier [mailto:[EMAIL PROTECTED] > > Sent: Thursday, June 19, 2003 2:26 PM > > To: [EMAIL PROTECTED] > > Subject: Programmatic deployment of services > > > > > > Up to this point I've been using the following manual steps to > > deploy my services into the Axis web app: > > > > 1) Make sure Tomcat is running. > > 2) Copy service class files into Axis web app classes directory. > > 3) Run Admin client to deploy the wsdd file. > > > > I now want to do this deployment programmatically (i.e. via > > the click of a mouse from a Java-based GUI). > > > > Questions: > > > > 1) Is there a recommended way of deploying a service from a > > Java program? > > > > 2) Can I do the deployment if my servlet container (Tomcat) is > > not running? try copy the class file and chanage the server config.wsdd at xml-axis-10/webapps/axis/WEB-INF. as far as I understand what AdminClient do is change this file. (make sure to keep backup of the file) > > > > 3) Does Admin client have the capability to deploy the service > > class files to the Axis web app? Or do I need to copy them in > > myself? yah you have to > > > > 4) Will I be able to recognize success vs failure of the deployment? check whether the server-config.wsdd has changed (an option) > > > > > > Regards. > > > > Steve Pannier > > > >