Place a server-config.wsdd file in your webapp's WEB-INF dir that contains the server side deployment data you want. The easiest way to get this is to bring up your server and then deploy all your services - then just copy the server-config.wsdd in your WEB-INF dir into your webapp/WAR file you want to deploy elsewhere. -Dug
Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 09:29:19 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Boot-time deployment? With Axis (1.0 beta), is there a way to automatically deploy my web services at servlet context load time, rather than having to manually deploy the .wsdd files every time my webapp gets (re)deployed? Perhaps there are some (undocumented) parameters I can put in web.xml to achieve this? Thanks, Bryan
