> -----Original Message----- > From: Thibaut Barrere [mailto:t.barrere@;agromarches.fr] > I'm packaging my axis servlet as a war archive, to deploy on any >= 2.2 > servlet container. >
> 2/ Is it ok to rely on a previously generated server-config.wsdd (after > local deployment for instance) not to have to do a new AdminClient call on > the target ? > My goal is really to avoid any other operation than copying the war file > on > the target for deployment. > Yep, you can package a pre-generated server-config.wsdd in your war file. This is currently what we are doing as out company (the wsdd file is auto generated as part of our ant build process from fragments). -- Giles Paterson
