Upgrading to Management Center 5.1.x
Changes in 5.1.x
-
The
mc-conf.sh
command was renamed tohz-mc conf
-
The
start.sh
was deprecated and is superseded by thehz-mc start
command -
The supported way for starting up a standalone Management Center instance was changed from
java -jar …
command tohz-mc start
-
The Console within Management Center is disabled by default and has to be enabled within the member’s configuration. See
Executing Console Commands
Changes in 3.12.x
-
Default home directory location has been changed from
<user-home>/hazelcast-mancenter-<version>
to<user-home>/hazelcast-mc
. -
Parameter to change home directory location has been changed from
hazelcast.mancenter.home
tohazelcast.mc.home
. -
The
UpdateLdapPassword
utility (available viaupdateLdapPassword.sh
orupdateLdapPassword.bat
scripts) has been merged into the MC Conf tool (available via thehz-mc conf
ormc-conf.bat
scripts).
Changes in 3.10.x
-
Hazelcast Management Center’s default URL has been changed from
localhost:8080/mancenter
tolocalhost:8080/hazelcast-mancenter
. -
Default home directory location has been changed from
<user-home>/mancenter-<version>
to<user-home>/hazelcast-mancenter-<version>
. -
Name of the WAR file has been changed from
mancenter-{version}.war
tohazelcast-mancenter-{version}.war
.