Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Security](#security)
- [OpenJ9 Shared Class Cache (SCC)](#openj9-shared-class-cache-scc)
- [Logging](#logging)
- [InstantOn](#instanton)
- [Session Caching](#session-caching)
- [Applying interim fixes](#applying-interim-fixes)
- [Installing Liberty Features from local repository (19.0.0.8+)](#installing-liberty-features-from-local-repository-19008)
Expand Down Expand Up @@ -171,6 +172,12 @@ docker run -d -p 80:9080 -p 443:9443 -e WLP_LOGGING_CONSOLE_FORMAT=JSON -e WLP_L

For more information regarding the configuration of WebSphere Liberty's logging capabilities see: https://www.ibm.com/support/knowledgecenter/en/SSD28V_liberty/com.ibm.websphere.wlp.core.doc/ae/rwlp_logging.html

## InstantOn

[Liberty InstantOn](https://www.ibm.com/docs/en/was-liberty/nd?topic=images-faster-startup-instanton) provides fast startup times for MicroProfile and Jakarta EE applications. With InstantOn, your applications can start in milliseconds, without compromising on throughput, memory, development-production parity, or Java language features.

Check out our guide on [Containerizing, packaging, and running a Spring Boot application](https://openliberty.io/guides/spring-boot.html) where you can learn how to use Liberty InstantOn with a Spring Boot application for faster startup.

## Session Caching

The Liberty session caching feature builds on top of an existing technology called JCache (JSR 107), which provides an API for distributed in-memory caching. There are several providers of JCache implementations. The configuration for two such providers, Infinispan and Hazelcast, are outlined below.
Expand Down