Re: Single-Step Deployment

2002-05-14 Thread Vishy Kasar
Use "org.apache.axis.utils.Admin server deploy.wsdd" command at development time to generate the server-config.wsdd file. Pack this file in WAR under WEB-INF and deploy the WAR. Vishy Kasar wrote: > Is it possible to deploy a web service without sending a message to > the > axis servlet? In eff

Re: Single-Step Deployment

2002-05-13 Thread Steve Loughran
- Original Message - From: "Jim Dibble" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 3:11 PM Subject: Single-Step Deployment > Is it possible to deploy a web service without sending a message to the > axis servlet? In effect, I wou

Re: Single-Step Deployment

2002-05-13 Thread Vadim Zaliva
Jim Dibble wrote: > Is it possible to deploy a web service without sending a message to > the axis servlet ? In effect, I would like to place my compiled > classes and my deployment information (the info in the deploy.wsdd > file) into my Tomcat directory structure, and have the web service

Single-Step Deployment

2002-05-13 Thread Jim Dibble
Is it possible to deploy a web service without sending a message to the axis servlet?  In effect, I would like to place my compiled classes and my deployment information (the info in the deploy.wsdd file) into my Tomcat directory structure, and have the web service work without having to se