[java-idp-jetty-base] 13/13: IDP-1110 - Update README with info on testbed

Tom Zeller tzeller at dragonacea.biz
Wed Jun 14 18:34:10 EDT 2017


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=3565494024ca7339d26df0f42429e32feac62af4

commit 3565494024ca7339d26df0f42429e32feac62af4
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jun 14 17:32:59 2017 -0500

    IDP-1110 - Update README with info on testbed
---
 src/main/resources/jetty-base/README.txt | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/src/main/resources/jetty-base/README.txt b/src/main/resources/jetty-base/README.txt
index 27de584..1dca1b1 100644
--- a/src/main/resources/jetty-base/README.txt
+++ b/src/main/resources/jetty-base/README.txt
@@ -1,15 +1,12 @@
 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 run the idp-testbed :
+
+ mvn clean package -DskipTests -Ptestbed
+ cd target/idp-jetty-base/jetty-base/
+ java -jar start.jar --add-to-start=idp-testbed
+ 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