-
jetty
How to Install Jetty Application Server
Jetty is an open-source Servlet container and Application Server which is known to be lightweight, portable, robust, flexible, extensible and…
Read More » -
jetty
Jetty JNDI Example
The Java Naming and Directory Interface (JNDI) is a Java API for a directory service that allows Java clients to…
Read More » -
jetty
Jetty JMX Example
JMX technology provides a simple, standard way of managing resources such as applications, devices, and services. Jetty itself does not…
Read More » -
jetty
Jetty Authentication Configuration Example
Jetty provides support for standard authentication methods BASIC, DIGEST, FORM and CLIENT-CERT as well as other pluggable mechanisms like JASPI…
Read More » -
jetty
Jetty OSGi Example
The OSGi specification defines a modularization and component model for Java applications. Jetty leverages OSGi support providing an infrastructure that…
Read More » -
jetty
Jetty Resource Handler Example
In this example, we will elaborate Resource Handlers in Jetty. Jetty Handlers are classes that are used for handling the…
Read More » -
jetty
Jetty web.xml Configuration Example
In this example, we will configure Jetty web applications through deployment descriptor files. Typically in a Java web application, the…
Read More » -
jetty
Jetty Logging Configuration Example
In this example, we will discuss logging capabilities of Jetty. We will first enable the logging module in Jetty and…
Read More » -
jetty
Jetty SSL Configuration Example
In this example, we are going to configure SSL on Jetty Server. We are first generate SSL key and certificates using…
Read More »
- 1
- 2