Yep, I know how to make a .war file - What I can't find is what to call / where to put the deploy.wsdd file so that the Axis loads the definition at start up.
The ONLY references to using .wsdd files I have found are via the AdminClient, nothing mentions bundling .wsdd files in a .war for deployment. Cheers Kevin > -----Original Message----- > From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] > Sent: 26 April 2004 17:28 > To: '[EMAIL PROTECTED]' > Subject: RE: Wsdd based war deployment > > > Should not be a problem, just jar the app up in a war file > and stick it in your webapps dir. JBuilder X does this for > you automatically, but I prefer to use Ant. > > Mark > > -----Original Message----- > From: Kevin Pearcey [mailto:[EMAIL PROTECTED] > Sent: Monday, April 26, 2004 12:00 PM > To: [EMAIL PROTECTED] > Subject: Wsdd based war deployment > > > I'm trying to find out how to deploy services using .wsdd > descriptors in an application bundled up into a .war file. I > can happily configure web.xml to get Axis to respond to the > admin client, so I can deploy services using deploy.wsdd type > files, but what I want to do is bundle the service > definitions with the application so when its deployed on a > server the services are there from the start. > > Cheers > > Kevin >