You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Jamie Tsao <jt...@atinera.com> on 2002/01/22 02:23:42 UTC

soap.xml and deployed-services.xml

Do these files have to be in the root directory of the web app ??  Why can't I put these files in the WEB-INF directory, and just specify the path in web.xml:
 
    <init-param>
      <param-name>ConfigFile</param-name>
      <param-value>WEB-INF/soap.xml</param-value>
    </init-param>
 
This seems a bit odd to me.  Can somebody confirm or explain this ?
 
Thanks