HTTP in Payara Server is composed of several configuration layers:
A transport. The default transport is tcp
.
An HTTP protocol. One of the default protocols is http-listener-1
(which has the same name as the http-listener-1
network listener).
A network listener. One of the default listeners is http-listener-1
.
A virtual server. The default virtual server is server
.
Note
Strictly speaking, the protocol also contains separate objects for HTTP and SSL options, although most of the time this separation can be ignored.
The configuration for each of these objects can be found in their respective pages:
Documentation of Payara Server features. Includes full documentation of the features added on top of GlassFish Server {{ book.glassfishVersion }} Open Source Edition as well as features shared with GlassFish Server or their improvements specific to Payara Server.
All documentation for GlassFish Server {{ book.glassfishVersion }} is also valid for Payara Server {{ book.currentVersion }} unless stated otherwise in Payara Server documentation.
Documentation about Payara Server specific configuration properties.