I don't think it matters? 
 
It is not handled by the server runtime.   Instead it is a param you pass to the AXIS AdminClient , so deploy.wsdd needs to be accessible from the command line when you run:  
 
$  java org.apache.axis.client.AdminClient   deploy.wsdd
 
BUT,(grinding that axe again)
if you follow the guideline of designing your WSDL first, then the dpeloy.wsdd gets generated for you, and is inserted into the output dir, along with the java artifacts like the ServiceLocator, the Stub, etc.  It goes in the directory corresponding to the package you specify on the Wsdl2Java command line.
 
-D


From: Paul Thomas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 01, 2005 11:43 AM
To: axis-user@ws.apache.org
Subject: where to put the wsdd

Hi there,

To what directory should I deploy the deploy.wsdd file. I am using Tomcat 5.0.28

Thanks a million,

Paul

Reply via email to