Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
titleappserver.ini do broker http
linenumberstrue
[GENERAL]
ConsoleLog=1
ConsoleLogDate=0 

[BALANCE_WEBSERVICESHTTP]
LOCAL_SERVER_PORT=4430
REMOTE_SERVER_01=192.168.0.50 4431
REMOTE_SERVER_0102=192.168.0.50 4432
REMOTE_SERVER_0103=192.168.0.50 4433
SSL_METHOD=SSL/TLS
SSL_CERTIFICATE=D:\totvs\ambientes-protheus\12-1-27-meurh\protheus\protheus_data\certs\totvs.pem
SSL_KEY=D:\totvs\ambientes-protheus\12-1-27-meurh\protheus\protheus_data\certs\totvs.key
SSL_PASSPHRASE=
SSL_ENCRYPT_UPSTREAM=1
SERVICE_NAME=AppServer-MeuRH-BalancerHTTP
SERVICE_DISPLAY_NAME="AppServer - MeuRH - Balancer http" 
[tech.totvs.com.br:4430/01]
ENABLE=1
PATH=D:\totvs\ambientes-protheus\12-1-27-meurh\protheus\protheus_data\web\PortalMeuRH01
DEFAULTPAGE=index.html


Para o broker rest vamos utilizar como base o appserver.ini mostrado abaixo.

Bloco de código
titleappserver.ini do broker rest
linenumberstrue
[GENERAL]
ConsoleLog=1
ConsoleLogDate=0 

[BALANCE_WEBSERVICES]
LOCAL_SERVER_PORT=9090
REMOTE_SERVER_01=192.168.0.50 9091
REMOTE_SERVER_0102=192.168.0.50 9092
REMOTE_SERVER_0103=192.168.0.50 9093
SSL_METHOD=SSL/TLS
SSL_CERTIFICATE=D:\totvs\ambientes-protheus\12-1-27-meurh\protheus\protheus_data\certs\totvs.pem
SSL_KEY=D:\totvs\ambientes-protheus\12-1-27-meurh\protheus\protheus_data\certs\totvs.key
SSL_PASSPHRASE=
SSL_ENCRYPT_UPSTREAM=1
SERVICE_NAME=AppServer-MeuRH-BalancerREST
SERVICE_DISPLAY_NAME="AppServer - MeuRH - Balancer rest" 

...