Hi Experts,
We have a newly installed Web Dispatcher (7.41, installed with SWPM). I'm using the one WD with more system scenario with modification rules. So there are two systems:
- one ABAP stack with sid D07
- one portal with sid PD2
There are two aliases for reach these systems through the WD.
- for D07: wdtest_d07.mydomain.com
- for PD2: wdtest_pd2.mydomain.com
the WD is on hle0125.mydomain.com
The WD is listening no port 8888.
The content of modifcation handlers is the following:
Compatibility Rules
-------------------
icm/HTTP/forward_ccert_as_header = TRUE
wdisp/add_clientprotocol_header = TRUE
HTTP Rewrite Rules
------------------
if "%{HTTP_HOST}" regimatch "wdtest_d07"
SetHeader "x-sap-webdisp-target-sid" "D07" [break]
if "%{HTTP_HOST}" regimatch "wdtest_pd2"
SetHeader "x-sap-webdisp-target-sid" "PD2" [break]
When I call this: http://wdtest_d07.mydomain.com:8888/sap/bc/ping or other services for the ABAP sytem through the WD is works perfect.
When I call this: http://wdtest_pd2.mydomain.com:8888 the startPage (SAP NetWeaver Application Server Java) is coming up.
Image may be NSFW.
Clik here to view.
Then I select any link with is needs authentacion (eg. SAP NetWeaver Administrator for nwa)
Image may be NSFW.
Clik here to view.
I try to login (eg. J2EE_ADMIN), i got the following:
Image may be NSFW.
Clik here to view.
I don't know why. The portal PD2 works fine without WD.
Here is the instance profile for the WD:
SAPSYSTEMNAME = WDD
SAPGLOBALHOST = hle0125
SAPSYSTEM = 10
INSTANCE_NAME = W10
DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64
DIR_EXECUTABLE = $(DIR_CT_RUN)
DIR_PROFILE = $(DIR_INSTALL)\profile
_PF = $(DIR_PROFILE)\WDD_W10_hle0125
SETENV_00 = PATH=$(DIR_EXECUTABLE);%PATH%
#-----------------------------------------------------------------------
# Accesssability of Message Server
#-----------------------------------------------------------------------
rdisp/mshost = saps12.hostlogic.hu
ms/http_port = 8120
#-----------------------------------------------------------------------
# Configuration for medium scenario
#-----------------------------------------------------------------------
icm/max_conn = 500
icm/max_sockets = 1024
icm/req_queue_len = 500
icm/min_threads = 10
icm/max_threads = 50
mpi/total_size_MB = 80
#-----------------------------------------------------------------------
# SAP Web Dispatcher Ports
#-----------------------------------------------------------------------
icm/server_port_0 = PROT=HTTP,HOST=hle0125,PORT=81$$
icm/server_port_1 = PROT=HTTP,HOST=localhost,PORT=81$$
icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=81$$
#-----------------------------------------------------------------------
# Start webdispatcher
#-----------------------------------------------------------------------
_WD = $(DIR_EXECUTABLE)\sapwebdisp$(FT_EXE)
Start_Program_00 = local $(_WD) pf=$(_PF)
SETENV_01 = SECUDIR=$(DIR_INSTANCE)/sec
icm/server_port_2 = PROT=HTTP, PORT=8888
wdisp/system_0 = SID=D07, MSHOST=sapd07.mydomain.com, MSPORT=8110
wdisp/system_2 = SID=PD2, MSHOST=sappd2.mydomain.com, MSPORT=8105
icm/HTTP/mod_0 = PREFIX=/, FILE=E:\usr\sap\WDD\SYS\global\mod_rules.txt
Is there any idea of somebody why does not the portal access work?
Thank you!
Regards,
Janos