Using Weblogic 6.1 SP2 and Axis alpha 3 we have solved this in a slightly different way.
We used our own custom ConfigurationProvider implementation which looks for a System property to specify a resource name, so we can load our config from within the war in weblogic (Maybe the latest build gives you this). Then we extended AxisServlet and provided our own implementation of getEngine() to put this into the enviroment Map. We are taking the approach that we do not need to write out to our wsdd while the engine is up, ie dynamic deployment. As I said, the nightly build may already provide for all this, but we are sticking with alpha3 for now. Cheers Adam -----Original Message----- From: Glyn Normington [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 9:03 AM To: [EMAIL PROTECTED] Subject: Re: Axis/BEA WL 6.1 still issue... >I added "-Daxis.ServerConfigFile=E:\temp\server-config.wsdd" to the BEA startup command line. I wonder if file access is somehow restricted to the /WEB-INF directory? I'd guess others are not using -Daxis.ServerConfigFile as it's relatively new (and undocumented). Glyn
