
The following figure shows how to include the SAP Web Dispatcher as load balancer in the Workload Distribution scenario:
For more information about the SAP Web Dispatcher concept, see the SAP Web Dispatcher documentation.
icrgroups.txt
File icrgroups.txt consists of two sections, separated by an empty line.
8888888
Enter J2EE plus the J2EE dispatcher cluster ID row by row as instance name in the first section of this file.
The J2EE dispatcher registers itself on the message server with the cluster ID when the J2EE Engine is installed. You can, for example, look for the corresponding cluster ID using the configuration tools.
Make sure that you use the correct notation.
In the second section of the file, you define a zone alias and assign one or more instances to this zone. You can assign multiple instances to a zone by inserting a comma as separator between the instances, for example:
<zonealias_2>:J2EE<J2EEDispatcherClusterID_2>,J2EE<J2EEDispatcherClusterID_3>,...
You must close file icrgroups.txt with Return, as specified in the syntax. Do not add any additional empty lines or characters.
urlinfo.txt
File urlinfo.txt consists of 1 section without empty lines.
8PREFIX=/irj~<zonealias_1>/&GROUP=<zonealias_1>&CASE=&VHOST=*.*;&STACK=J2EE8PREFIX=/irj~<zonealias_2>/&GROUP=<zonealias_2>&CASE=&VHOST=*.*;&STACK=J2EE8
…
PREFIX=/irj~<zonealias_n>/&GROUP=<zonealias_n>&CASE=&VHOST=*.*;&STACK=J2EE8(empty row)
You must close file urlinfo.txt with Return, as specified in the syntax. Do not add any additional empty lines or characters.
http://host:port/<prefix>/…/…
See also examples for UNIX™ and Windows™.
The zone separator is a special symbol that is used in the URL to separate the context nodes of the application from the zone (logon group).
irj~zawhere ~ is the zone separator
For more information, see Configuring the Zone Separator .
888888
8PREFIX=/irj~za/&GROUP=za&CASE=&VHOST=*.*;&STACK=J2EE8PREFIX=/irj~zb/&GROUP=zb&CASE=&VHOST=*.*;&STACK=J2EE8
# SAPSYSTEM must be unique number on physical hostSAPSYSTEM = 66# use static description files for logon groups: group infowdisp/group_info_location = file://icrgroups.txt# use static description files for # logon groups: url prefixeswdisp/url_map_location = file://urlinfo.txt# trace levelrdisp/TRACE = 1# SAP WebDisp listen portsicm/server_port_0 = PROT=HTTP,PORT=8855,TIMEOUT=120# Resourcesicm/min_threads = 10icm/max_threads = 50icm/max_conn = 500icm/req_queue_len = 500# number of backend connectionswdisp/HTTP/max_pooled_con = 500wdisp/HTTPS/max_pooled_con = 500
wdisp/server_info_location = file://C:\Program Files\SAP\SAPWebDisp\icrgroups.txt