Skip to content

Deploy the services and backends

Uplusware edited this page Jun 20, 2017 · 2 revisions

Add service

  • Open /etc/bluewhale/services.xml
  • Add service:
  • eg.: <service ip="" port="6080" ssl="false" protocol="HTTP" />
  • Need to restart the server. sudo /etc/init.d/bwgated restart

Add backend

  • Open /etc/bluewhale/backends.xml
  • Add backend:
  • eg.: <backend ip="127.0.0.1" port="5080" ssl="false" protocol="HTTP" gate=":6080" weight="1" />
  • Reload the configuration. sudo /etc/init.d/bwgated reload

Architecture

Bluewhale deploymentBig Picture

Clone this wiki locally