Árvore de páginas

Versões comparadas

Chave

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

...

Informações

Para saber detalhes de cada Sessão / Chave, basta clicar em cima de cada item no exemplo para acessar a documentação especializada.

...


[HTTPSERVER]
Enable=1
logLog=0
Servers=HTTP_SSL_SERVER

[HTTP_SSL_SERVER]
hostnameHostName=localhost
portPort=443
Charset=UTF-8
locationsLocations=HTTP_ROOT
ContentTypes=ContentTypes
SslCertificate=SSL_certificate.crt
SslCertificateKey=SSL_certificate_key.pem
tlppDataTlppData='{"Authorization":{"scheme":"basic","OnAuth":"userRestAuthorization"}}'
UserData='{"chave":"valor"}'


[HTTP_ROOT]
Path=/
RootPath=root/web
DefaultPage=index.html
AllowMethods=GET, HEAD, POST, PUT, DELETE, PATCH, OPTIONS
ThreadPool=THREAD_POOL

[THREAD_POOL]
Environment=ENV
UserExits=THREAD_POOL_UEX
MinThreads=1
MaxThreads=4
MinFreeThreads=1
GrowthFactor=1
InactiveTimeout=30000
AcceptTimeout=10000
Slaves=SLAVE_01,SLAVE_02

[THREAD_POOL_UEX]
OnStart=userRestEnvironment
OnStop=userRestStop
OnSelect=userRestGrader
OnError=userRestError

[SLAVE_01]
Environment=ENV
UserExits=THREAD_POOL_SLAVES_UEX
MinThreads=1
MaxThreads=2
MinFreeThreads=1
GrowthFactor=1
InactiveTimeout=30000
AcceptTimeout=10000

[SLAVE_02]
Environment=TLPPCORE
UserExits=THREAD_POOL_SLAVES_UEX
MinThreads=2
MaxThreads=4
MinFreeThreads=2
GrowthFactor=1
InactiveTimeout=30000
AcceptTimeout=10000

[THREAD_POOL_SLAVES_UEX]
OnStart=userRestEnvironmentSlave
OnStop=userRestStopSlave
OnSelect=restGraderSlave
OnError=userRestErrorSlave

[ContentTypes]
json= text/plain;charset=UTF-8
xml= text/xml;charset=UTF-8
htm= text/html;charset=UTF-8
html= text/html;charset=UTF-8
txt= text/plain;charset=UTF-8

...