Skip to main content

Configuring the Web UI

This section describes how to configure session timeouts and network ports for the Validata web UI.

Setting a web UI timeout

By default, web UI sessions last indefinitely. To set a 30-minute timeout, add the following line to validata/conf/startUp.properties and restart the Validata server.

SessionTimeoutSecs=1800

You may set the timeout to any number of seconds.

Changing the web UI ports

By default, the Validata web UI uses port 9080 for http and port 9081 for https. If you wish to set the ports manually, edit validata/conf/startUp.properties and specify values for the following options:

HttpPort=<port number>
HttpsPort=<port number>

Then restart the server.