Below is the web.xml path I added for WebApp.ini I am receiving file not found Exception but if I give the exact path i.e WAS container then war then its working.
<context-param>
<description>
</description>
<param-name>InitFileName</param-name>
<param-value>/WebApp.ini</param-value>
</context-param>