Hi
We have a production portalenvironment with SAP EP 6.40, NW04 SPS19 (Win2003 server), we use iisproxy as reverse proxy. We have also a test environment that is exact the same and would like to setup IISproxy (reverse) here as well. But we only get the "Page cannot be found" message.
It does the redirection but doesnt display any content. The testenvironment is run on VMWare if that has anything to do with it.
This is the .xml file:
<ISAPI-config version="1.6">
<filter name="IisProxy filter" />
<extension name="IisProxy extension" />
<mapping name="Test Portal">
<source>
<protocol>http</protocol>
<prefix>/irj/</prefix>
</source>
<source>
<protocol>http</protocol>
<prefix>/logon/</prefix>
</source>
<target>
<protocol>http</protocol>
<port>50000</port>
</target>
<compress-types></compress-types>
</mapping>
<config>
<source>
<protocol>http</protocol>
<host>localhost</host>
<prefix>/IisProxy/</prefix>
</source>
</config>
</ISAPI-config>
And here is a piece from the log:
================================================================================
08:39:30 Filter IIS - GET /
08:39:32 Filter J2EE --> GET /irj/portal/anonymous
10:29:23 Global F-Init IisProxy Filter 1.6.2.0 initializing.
10:29:24 Global F-Init IisProxy Filter 1.6.2.0 initialized.
10:29:24 Filter Config IisProxy Filter configuration:
================================================================================
Filter configuration
log-level = "3"
log-flags = "0x8031F33E"
debug-flags = "0x00000000"
priority = "high"
extension-url = "/scripts/IisProxy.dll"
IIS-check-auth = "true"
forward-auth = "false"
remote-ip-forward = "false"
log-path = "C:\Inetpub\Scripts\IisProxy_%y%m%d.log"
Source mappings:
Source http://(any):(any)/irj/
mapping = 0 "SAP Enterprise Portal 6.0"
Source http://(any):(any)/logon/
mapping = 0 "SAP Enterprise Portal 6.0"
Source http://localhost:(any)/IisProxy/
mapping = -1 "IisProxy module configuration (internal)"
================================================================================
10:29:24 Filter IIS - GET /
10:29:24 Filter J2EE --> GET /irj/portal/anonymous
10:30:49 Filter J2EE --> GET /irj/portal/anonymous
11:17:12 Global F-Init IisProxy Filter 1.6.2.0 initializing.
11:17:12 Global F-Init IisProxy Filter 1.6.2.0 initialized.
11:17:12 Filter Config IisProxy Filter configuration:
================================================================================
Filter configuration
log-level = "3"
log-flags = "0x8031F33E"
debug-flags = "0x00000000"
priority = "high"
extension-url = "/scripts/IisProxy.dll"
IIS-check-auth = "true"
forward-auth = "false"
remote-ip-forward = "false"
log-path = "C:\Inetpub\Scripts\IisProxy_%y%m%d.log"
Source mappings:
Source http://(any):(any)/irj/
mapping = 0 "SAP Enterprise Portal 6.0"
Source http://(any):(any)/logon/
mapping = 0 "SAP Enterprise Portal 6.0"
Source http://localhost:(any)/IisProxy/
mapping = -1 "IisProxy module configuration (internal)"
================================================================================
11:17:12 Filter IIS - GET /iisproxy
11:23:55 Filter IIS - GET /IisProxy
11:24:57 Filter J2EE --> GET /irj/portal/anonymous
11:25:01 Filter IIS - GET /
11:25:01 Filter J2EE --> GET /irj/portal/anonymous
11:41:31 Filter IIS - GET /iisproxy
11:42:03 Filter IIS - GET /IisProxy
13:25:42 Global F-Init IisProxy Filter 1.6.2.0 initializing.
13:25:42 Global F-Init IisProxy Filter 1.6.2.0 initialized.
13:25:42 Filter Config IisProxy Filter configuration:
============================================================================
ANY help or idea on why we get "Page cannot be found" would be most appriciated.
/thanks in advance, Camilla