A simple https servlet that runs in an embedded jetty instance from an executable jar file without requiring the webapp to be exploded.
'org.safehaus.jettyjam:jettyjam-https:2.1.3'
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>jettyjam-https</artifactId>
<version>2.1.3</version>
</dependency>
<dependency org="org.safehaus.jettyjam" name="jettyjam-https" rev="2.1.3"/>
"org.safehaus.jettyjam", "jettyjam-https", "2.1.3"