Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
51b01ab361
|
@ -411,4 +411,4 @@ public class FooLoginModule extends AbstractLoginModule
|
||||||
|
|
||||||
An example webapp using JAAS can be found in the Jetty GitHub repository:
|
An example webapp using JAAS can be found in the Jetty GitHub repository:
|
||||||
|
|
||||||
* link:{GITBROWSEURL}/tests/test-webapps/test-jaas-webapp[https://github.com/eclipse/jetty.project/tree/master/tests/test-webapps/test-jaas-webapp]
|
* link:{GITBROWSEURL}/tests/test-webapps/test-jaas-webapp[https://github.com/eclipse/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-jaas-webapp]
|
||||||
|
|
|
@ -65,18 +65,20 @@ Adding modules in this way will append the associated module properties to the `
|
||||||
....
|
....
|
||||||
[my-base]$ java -jar /path/to/jetty-home/start.jar --add-to-start=http,https,deploy
|
[my-base]$ java -jar /path/to/jetty-home/start.jar --add-to-start=http,https,deploy
|
||||||
|
|
||||||
ssl initialised in ${jetty.base}/start.ini (appended)
|
INFO : webapp transitively enabled, ini template available with --add-to-start=webapp
|
||||||
ssl enabled in ${jetty.base}/start.ini
|
INFO : server transitively enabled, ini template available with --add-to-start=server
|
||||||
DOWNLOAD: https://github.com/eclipse/jetty.project/raw/master/jetty-server/src/main/config/etc/keystore to etc/keystore
|
INFO : security transitively enabled
|
||||||
server initialised in ${jetty.base}/start.ini (appended)
|
INFO : servlet transitively enabled
|
||||||
server enabled in ${jetty.base}/start.ini
|
INFO : http initialized in ${jetty.base}/start.ini
|
||||||
http initialised in ${jetty.base}/start.ini (appended)
|
INFO : https initialized in ${jetty.base}/start.ini
|
||||||
http enabled in ${jetty.base}/start.ini
|
INFO : threadpool transitively enabled, ini template available with --add-to-start=threadpool
|
||||||
server enabled in ${jetty.base}/start.ini
|
INFO : ssl transitively enabled, ini template available with --add-to-start=ssl
|
||||||
deploy initialised in ${jetty.base}/start.ini (appended)
|
INFO : bytebufferpool transitively enabled, ini template available with --add-to-start=bytebufferpool
|
||||||
deploy enabled in ${jetty.base}/start.ini
|
INFO : deploy initialized in ${jetty.base}/start.ini
|
||||||
MKDIR: ${jetty.base}/webapps
|
MKDIR : ${jetty.base}/etc
|
||||||
server enabled in ${jetty.base}/start.ini
|
COPY : ${jetty.home}/modules/ssl/keystore to ${jetty.base}/etc/keystore
|
||||||
|
MKDIR : ${jetty.base}/webapps
|
||||||
|
INFO : Base directory was modified
|
||||||
....
|
....
|
||||||
3. Look at your directory.
|
3. Look at your directory.
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in New Issue