cancel
Showing results for 
Search instead for 
Did you mean: 

Webdispatcher admin and logoff issue

Former Member
0 Kudos

Hi,

Installed Webdispatcher for ABAP and able to access the webgui using HTTP protocol

I am facing 2 issues with webdispatcher

1) webdispatcher admin page is not coming up and just giving a blank screen [ localhost:port/sap/admin]

2) When I logoff ABAP webgui, the session is not getting logged off immediately and when i close and reissue the url again it gives back the same session and the session is existing for the whole proctimeout parameter.

Any help will be appreciated

Regards,

B.Srinath

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182657
Active Contributor
0 Kudos

Hi,

Share the details of host entries first and also share values for below parameters

1.rdisp/mshost

2.icm/server_port_0

3.icm/server_port_1

For webgui you can consider SCN doc

Regards,

Gaurav



Former Member
0 Kudos

Hi,

From sapwebdisp.pfl

rdisp/mshost = linux

ms/http_port = 8101

# SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP , PORT=8109 , TIMEOUT=30 , PROCTIMEOUT=600

icm/server_port_1 =

# SAP Web Dispatcher Web Administration

icm/HTTP/admin_0 = PREFIX=/sap/icm/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt

Regards,

B.Srinath