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