throws Exception {
Map env = new HashMap();
// use FileProvider directly with a Avalon Source object instead of going
// through the EngineConfigurationFactoryServlet class
this.m_engineConfig = new FileProvider(this.m_serverWSDD.getInputStream());
env.put(EngineConfiguration.PROPERTY_NAME, this.m_engineConfig);
env.put(AxisEngine.ENV_ATTACHMENT_DIR, this.m_attachmentDir);
// REVISIT(MC): JNDI Factory support ?
//env.put(AxisEngine.ENV_SERVLET_CONTEXT, context);