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.0.0'
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>jettyjam-https</artifactId>
<version>2.0.0</version>
</dependency>
<dependency org="org.safehaus.jettyjam" name="jettyjam-https" rev="2.0.0"/>
"org.safehaus.jettyjam", "jettyjam-https", "2.0.0"