[java-idp-testbed COMMIT] in /trunk: Main.launch README.txt idp-testbed.launch

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 13 16:01:38 EST 2013


Author: tzeller
Date: Wed Nov 13 16:01:38 2013
New Revision: 43

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=43&view=rev
Log:
Update the README. Rename Eclipse launcher from "Main" to 'idp-testbed".

Added:
    trunk/idp-testbed.launch
Modified:
    trunk/Main.launch
    trunk/README.txt

Modified: trunk/README.txt
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/README.txt?rev=43&r1=42&r2=43&view=diff
==============================================================================
--- trunk/README.txt (original)
+++ trunk/README.txt Wed Nov 13 16:01:38 2013
@@ -1,5 +1,17 @@
-Run the testbed from the command line via 'mvn jetty:run'.
+To get the testbed :
+ svn co https://svn.shibboleth.net/java-idp-testbed/trunk idp-testbed
 
-Run the testbed in Eclipse by right clicking common.Main -> Run As -> Java Application.
+To run the testbed from the command line : 
+ cd idp-testbed
+ mvn jetty:run
+
+To import the testbed into Eclipse :
+ File -> Import -> Maven -> Existing Maven Projects then browse to java-idp-testbed
+ 
+To run the testbed from within Eclipse :
+ Right click on common.Main -> Run As -> Java Application
+
+Open the following location in your browser : 
+ http://127.0.0.1:8080
 
 The idp.home system property defines the path to configuration files, which are located relative to this file in src/main/resources.



More information about the commits mailing list