Skip to content

Server Configuration

OpenLiberty server configuration for the Authentication Test API.

Configuration File

The server is configured in src/main/liberty/config/server.xml.

Key Features

  • RESTful Web Services (JAX-RS 3.1)
  • JSON Processing (JSON-P 2.1, JSON-B 3.0)
  • CDI 4.0
  • MicroProfile Config 3.1
  • MicroProfile OpenAPI 3.1
  • MicroProfile JWT 2.1

Ports

  • HTTP: 9080
  • HTTPS: 9443

Next Steps