Sample Relay Server Configuration File

A sample rs.config file for an Unwired Platform cluster with two Unwired Server nodes and two Relay Servers.

This is an example of an rs.config file you might generate for two Relay Servers supporting an Unwired Platform cluster with two Unwired 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       = 5001
https_port      = 443
description     = Machine #2 in RS farm


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

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