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>
<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
