Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Activate security – By default, security is not activated in XpoLog, and you are not required to log in with a username and password. You can activate XpoLog’s security mechanism by selecting this option, so that you are redirected to XpoLog’s login page, and will be required to enter a username and password (default: admin, admin) in order to access XpoLog. In addition, a new Security item will be added to the XpoLog Manager menu.
    Note: by default XpoLog comes with a 30 minutes session timeout, I.E. after login, if there's no activity for 30 minutes then the session will be terminated and the user will be redirected to login again.
    To change it go to the INSTALLATION_DIRECTORY/ServletContainer/conf/ and edit the file web.xml - look for:

    <!-- ==================== Default Session Configuration ================= -->
    <!-- You can set the default session timeout (in minutes) for all newly -->
    <!-- created sessions by modifying the value below. -->

    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
    You may change the value of <session-timeout>30</session-timeout> to any other number in minutes. Requires a service restart after saving the change.

  • Login URL – the URL to which users will are redirected for login.

...