Repository: cxf-fediz Updated Branches: refs/heads/master 4373b960b -> 47d30af6d
[FEDIZ-69] Documentation added to README.txt Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/47d30af6 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/47d30af6 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/47d30af6 Branch: refs/heads/master Commit: 47d30af6d40b35b439693168da037ecac516b037 Parents: 4373b96 Author: Oliver Wulff <[email protected]> Authored: Thu Oct 2 13:04:00 2014 +0200 Committer: Oliver Wulff <[email protected]> Committed: Thu Oct 2 13:04:00 2014 +0200 ---------------------------------------------------------------------- services/idp/README.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/47d30af6/services/idp/README.txt ---------------------------------------------------------------------- diff --git a/services/idp/README.txt b/services/idp/README.txt index 08c6c5b..55ed9a5 100644 --- a/services/idp/README.txt +++ b/services/idp/README.txt @@ -35,3 +35,23 @@ realmB.port=12443 realmA.port=9443 realmB.port=12443 ... + + +Building and launching the IDP embedded +======================================= + +You can launch the IDP from Maven to reduce time in setting up an separate Serlvet Container. The Maven Jetty plugin can be used to deploy the idp and optionally the sts component. + +The IDP can be started with: + +mvn -Pstandalone,realm-a,sts + +If you test the REST/JPA layer, you don't have to start the sts as well (profile 'sts'). +If you test WS-Federation with the IDP, you must start the sts as well. +The profile 'standalone' means to start jetty embedded. You can launch both profiles in two different shells (but you MUST NOT run 'clean') otherwise you remove the war, db files of the other IDP. + +The following properties are supported idp.https.port, idp.http.port + +Default port for profile 'realm-a': 9443, 9080 +Default port for profile 'realm-b': 12443, 12080 +
