Repository: stratos Updated Branches: refs/heads/master 73448cc10 -> c39f4e317
Adding cartridge agent plugin URLs to tomcat-single-signon sample application README file Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c39f4e31 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c39f4e31 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c39f4e31 Branch: refs/heads/master Commit: c39f4e3176491cf0cb8f3e8700d8c754e5da509a Parents: 73448cc Author: Imesh Gunaratne <[email protected]> Authored: Wed Apr 22 23:13:24 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Wed Apr 22 23:13:24 2015 +0530 ---------------------------------------------------------------------- .../applications/tomcat-single-signon/README.md | 24 ++++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c39f4e31/samples/applications/tomcat-single-signon/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/tomcat-single-signon/README.md b/samples/applications/tomcat-single-signon/README.md index 1d31194..a2edff6 100644 --- a/samples/applications/tomcat-single-signon/README.md +++ b/samples/applications/tomcat-single-signon/README.md @@ -1,25 +1,29 @@ -Tomcat Single Sign On Sample Application -======================================== +#Tomcat Single Sign On Sample Application + This sample application demonstrate how Single Sign On (SSO) can be implemented with WSO2 Identity Server and Tomcat application server. It includes a cartridge for Tomcat 7 and WSO2 Identity Server 5.0.0 and set of cartridge agent extensions for handling the SSO configuration. -Tomcat Dockerfile: -(https://github.com/apache/stratos/tree/master/tools/docker-images/cartridge-docker-images/service-images/tomcat-saml-sso) +###Tomcat Dockerfile +https://github.com/apache/stratos/tree/master/tools/docker-images/cartridge-docker-images/service-images/tomcat-saml-sso/Dockerfile + +###Tomcat Cartridge Agent Plugins +https://github.com/apache/stratos/tree/master/tools/docker-images/cartridge-docker-images/service-images/tomcat-saml-sso/packs/plugins + +###WSO2 Identity Server Dockerfile: +https://github.com/apache/stratos/tree/master/tools/docker-images/cartridge-docker-images/service-images/wso2is-saml-sso/Dockerfile -WSO2 Identity Server Dockerfile: -(https://github.com/apache/stratos/tree/master/tools/docker-images/cartridge-docker-images/service-images/wso2is-saml-sso) +###WSO2 Identity Server Cartridge Agent Plugins +https://github.com/apache/stratos/tree/master/tools/docker-images/cartridge-docker-images/service-images/wso2is-saml-sso/packs/plugins -Application folder structure ----------------------------- +###Application folder structure ``` artifacts/<iaas>/ IaaS specific artifacts scripts/common/ Common scripts for all iaases scripts/<iaas> IaaS specific scripts ``` -How to run ----------- +###How to run ``` cd scripts/<iaas>/ ./deploy.sh
