Open Liberty 19 Application Server installation on Ubuntu 16.04 LTS
In this video we are going to see how to install and configure Open Liberty 19 Application Server on Ubuntu 16.04 LTS
After watching this video, we would learn
1. how to create server instance in open liberty.
2. how to start and stop server instance in open liberty.
3. how to check status of server
4. how to list down the server instances created in open liberty.
To check what are all the Java EE features available in the build run the below command in bin directory of server.
productInfo featureInfo
it will list downs all Java EE features available.
Open Liberty Application Server is an Open Source project from IBM.
Develop cloud-native Java microservices
Open Liberty is fast to start up with a low memory footprint and live reload for quick iteration. Simple to add and remove features from the latest versions of MicroProfile and Jakarta EE. Zero migration lets you focus on what's important, not the APIs changing under you.
Deploy in containers to any cloud
Containerized and deployable with fast throughput on any Kubernetes cloud. Battle-hardened and proven in production, with zero migration. Easy-to-manage configuration from development to test to production.
Monitor microservices in the cloud
Trace your live microservices. Gather metrics and configure alerts, and browse metrics in dashboards. Consolidate and analyze logs from across your hybrid cloud.
You can download open liberty from.
https://openliberty.io/downloads/