This is an old revision of the document!
This is the simpliest way to authenticate the users.
To select this option, go to “Help” / “Config” page and set “Auth Class” to “com.webmbt.AuthProp”.
Next is to enter all the user ids and their passwords in the file named userAuth.properties. This file must be placed in /www/MbtSvr/config/ folder.
The user ids and their passwords are stored in a plain java properties file in the following format: userid=password.
You will need to restart TestOptimal server to ake the changes effective.
The passwords in userAuth.properties are encrypted automatically next time when the server is started.