[java-idp-plugin-jetty] 10/186: IDP-1110 - WIP on README.txt
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:01 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=3099194d860e345ab905ebfa22cc91489b71b943
commit 3099194d860e345ab905ebfa22cc91489b71b943
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Mar 2 02:46:34 2017 -0600
IDP-1110 - WIP on README.txt
---
src/main/resources/jetty-base/README.txt | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/main/resources/jetty-base/README.txt b/src/main/resources/jetty-base/README.txt
new file mode 100644
index 0000000..27de584
--- /dev/null
+++ b/src/main/resources/jetty-base/README.txt
@@ -0,0 +1,15 @@
+WIP Notes on running the IdP with Jetty 9.4
+
+Add logging dependencies to jetty-base by running :
+
+ java -jar start.jar --add-to-start=console-capture,logging-logback,logback-access
+
+The console-capture.ini, logback-access.ini, and logging-logback.in files in start.d may be removed.
+
+Enable the shibboleth-idp-logging module by either :
+ 1. uncommenting the module in start.d/shibboleth-idp-logging.ini
+ 2. running : java -jar start.jar --add-to-start=shibboleth-idp-logging
+
+Start the IdP :
+
+ java -jar start.jar
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list