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