This implementation enables to offer a remote administrative support for HATS applications deployed on the Liberty server. This functionality empowers efficiently to oversee all applications hosted on the same server or a remote one.
Users will have access to a "Getting Started" tab, offering a comprehensive management scope. By providing the relevant Host and Port details, users gain the capability to administrate a wide range of functions across all applications. This encompasses Connection Management, Log Settings, License Configuration, and User Management.
The hostname here is the machine's IP address where liberty is installed.
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=8888
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Djava.rmi.server.hostname=<hostname>
<feature>jndi-1.0</feature>
<feature>restConnector-2.0</feature>