Hi,
I'm wondering if it's posible to give more priority to the content in htdocs (IHS) than the content in WAS.
For exaple, if I deploy an application with root context "app" in WAS and I create the dir "app" in htdocs in IHS, the plug-in is going to redirect the whole requests to that root conetxt to the WAS even though there is no content in WAS.
Request:
http://ap/probe.txt IHS: //ap/probe.txt
WAS: //ap/other.txt
The result is file not found.
¿Can I change this behaviour and priorize the IHS content?
Thanks!