Versions Compared

Key

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


Info

Admin GUI has the following URL by default: /web/admin/console/

...

The homepage without credentials allows you to view the current version. Version is in format 1.1.0-SNAPSHOT [v59] where 1.1.0-SNAPSHOT is the main version, r59 is number of revision from version control system.

Anchor
loginform
loginform
Admin console allows authenticated users only. Sign in by username and password.

...

Tip

There are the following default user and password from application.properties:

# username and password for accessing web admin GUI
security.user.web-user=webUser
security.user.web-password=webPassword

...

Code Block
# Configuration of menu items
ohf.admin.console.config.menu.analytics.messages.enabled = true
ohf.admin.console.config.menu.infrastructure.services.wsdl.enabled = true
ohf.admin.console.config.menu.cluster.nodes.enabled = true
ohf.admin.console.config.menu.configuration.system-params.enabled = ${endpoints.configprops.enabled:true}
ohf.admin.console.config.menu.configuration.logging.enabled = ${endpoints.loggers.enabled:true}
ohf.admin.console.config.menu.configuration.environment.enabled = ${endpoints.env.enabled:true}
ohf.admin.console.config.menu.configuration.error-code-catalog.enabled = true
ohf.admin.console.config.menu.external-links.enabled = true
ohf.admin.console.config.menu.external-links.items[0].title = Javamelody Monitoring
ohf.admin.console.config.menu.external-links.items[0].link = ${javamelody.init-parameters.monitoring-path}
ohf.admin.console.config.menu.external-links.items[0].enabled = ${javamelody.enabled}
ohf.admin.console.config.menu.changes.enabled = true

# Messages api configuration
ohf.admin.console.messages.limit = 100

# Logged user session concurrency limit
ohf.admin.console.session-concurrency.limit = 2

Browser support

Admin GUI supports all major browsers with latest versions, there are few known bugs in IE 11 ...