Added SSL support to the tutorial app Jetty plugin configuration and added a requirement for SSL on the "extremely secure" page.

This commit is contained in:
Luke Taylor
2008-01-24 16:30:06 +00:00
parent d10450cfb7
commit b85f76e6c1
4 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
Run the application directly from the checked out source tree, using the command
mvn jetty:run
This will start jetty on port 8080, with SSL support on port 8443.