WlForwardPath parameter does not work for WLSPlugins11g-11.1.1.6
We set up plugin as per instructions in the doc. Our iisproxy.net as below:
# This file contains initialization name/value pairs
# for the IIS/WebLogic plug-in.
WebLogicHost=localhost
WebLogicPort=8000
WlForwardPath=*/testprod/*
ConnectTimeoutSecs=20
Debug=OFF
DebugConfigInfo=OFF
#WLLogFile=D:/TESTDATA/iisproxy.log
Here, we are trying forward only those URL are having "*/testprod/* into it, but it forwards all the request to weblogic. Can anybody help on this?