cancel
Showing results for 
Search instead for 
Did you mean: 

WebDispatcher & ITS & HTML GUI

Former Member
0 Kudos

I did the setup of ITS in one of our test systems, that includes CI & 1 one application server, pure ABAP stack (ECC6) no Java stack.

Accessing to both servers through ITS it is working fine, I meant in the URL I have specified the server name and the port,

I am able to get in SAP

See below

http://server1:8001/sap/bc/gui/sap/its/webgui?sap-client=100

http://server2:8001/sap/bc/gui/sap/its/webgui?sap-client=100

However I want to use WebDispatcher therefore the HTTP requests will be forwarded to both servers based on the load balancing mechanism

I have installed the WebDispatcher on server2

Changed the value of is/HTTP/default_root_hdl to abap,

Transaction SICF u2013 Service Data u2013 Load balancing has been changed to point to one of the group from SMLG for the services below

/sap/public/icf_info/icr_groups

/sap/public/icf_info/icr_urlprefix

From the WebDispatcher console http://server2:8103/sap/admin/default.html

Dispatching Module u2013 Monitor Server Groups , none of the group from SMLG are displayed.

I spent days looking in the SAP help, too much information, my question is there any straightforward document available to setup WebDispatcher for ABAP stack in SDN

Or somewhere else , my second question what would be the URL for the WebDispatcher, for Java Stack is http://server:8103/irj/portal what about ABAP.

Any help/recommendations will be welcomed

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check out

[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars-nw-rig/sap%20web%20dispatcher%206.40%20-%20webinar%20powerpoint.pdf]

[http://help.sap.com/saphelp_nw04/helpdata/en/42/5cfd3b0e59774ee10000000a114084/content.htm]

martin_juen2
Contributor
0 Kudos

Are you sure that the configuration of the web dispatcher is correct?

Can you do it once more with "sapwebdisp -bootstrap"? For me that looks like no connection to the message server.

Configuration is quite simple. Download the sapwebdisp-package. UnCAR it in a separate directory. Unpack it and run "sapwebdisp -boostrap". Maybe you have to unzit the icmadm.sar or webadm.sar. That's all you need to know 🐵

The bootstrap configuration tells you the link to the web console.

best regards,

Martin

Edited by: Martin Juen on Jul 29, 2009 10:53 PM