WLS 1.1 Plugin Forwarding Issue
Hi,
We are using PT 8.52, HCM 9.0 on Windows Server 2008 R2.Since end of 2012, we are using WLS IIS Plugin 1.1 to proxy request to a backend WebLogic Server (WLS). We are running fine with current architecture.In the current architecture, we have IIS and Weblogic on the same Windows Machine. Our current configuration looks as below:
WebLogicHost=localhost
WebLogicPort=8000
WlForwardPath=*/XXXXXXX/*
ConnectTimeoutSecs=20
Debug=ALL
DebugConfigInfo=ON
WLLogFile=D:/temp/iisproxy.log
It works fine. As a part of the infrastructure, we need to change the configuration here. With the new changes, on one Widows server there will be IIS and on the other Windows server, there will be Web logic Server. To test the new changes, we made below changes: