Sample Relay Server Configuration File

A sample rs.config file for an SAP Mobile Platform cluster with a Relay Server farm with a LoadBalancer.

This is an example of an rs.config file you might generate for two Relay Servers that support an SAP Mobile Platform cluster made up of two SAP Mobile Servers. After generating it, you would copy it to each Relay Server host and use it to update the Relay Server configuration.

#--------------------
# Relay server peers
#--------------------
[relay_server]
enable          = yes
host            = 10.172.155.150
http_port       = 80
https_port      = 443
description     = Machine #1 in RS farm

[relay_server]
enable          = yes
host            = 10.172.148.40
http_port       = 5011
https_port      = 443
description     = Machine #2 in RS farm


#---------------
# Backend farms
#---------------
[backend_farm]
enable          = yes
renew_overlapped_cookie = yes
id              = supqa-serv012.obqastress2
client_security = off
backend_security= off
description     = supqa-serv012.obqastress2

#-----------------
# Backend servers
#-----------------
#supqa-serv01
[backend_server]
enable   = yes
farm     = supqa-serv012.obqastress2
id       = supqa-serv01
token    = MBS

[backend_server]
enable   = yes
farm     = supqa-serv012.obqastress2
id       = supqa-serv011
token    = MBS

#supqa-serv02
[backend_server]
enable   = yes
farm     = supqa-serv012.obqastress2
id       = supqa-serv02
token    = MBS

[backend_server]
enable   = yes
farm     = supqa-serv012.obqastress2
id       = supqa-serv021
token    = MBS