You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/04/22 19:36:59 UTC

stratos git commit: Adding dockerfile URLs to tomcat-single-signon sample application README file

Repository: stratos
Updated Branches:
  refs/heads/master f2437d22b -> 73448cc10


Adding dockerfile 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/73448cc1
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/73448cc1
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/73448cc1

Branch: refs/heads/master
Commit: 73448cc102edb1471e8a8aa7a2fe453860f384b9
Parents: f2437d2
Author: Imesh Gunaratne <im...@apache.org>
Authored: Wed Apr 22 23:06:47 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed Apr 22 23:06:47 2015 +0530

----------------------------------------------------------------------
 samples/applications/tomcat-single-signon/README.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/73448cc1/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 e7a77ae..1d31194 100644
--- a/samples/applications/tomcat-single-signon/README.md
+++ b/samples/applications/tomcat-single-signon/README.md
@@ -4,6 +4,12 @@ This sample application demonstrate how Single Sign On (SSO) can be implemented
 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)
+
+WSO2 Identity Server Dockerfile:
+(https://github.com/apache/stratos/tree/master/tools/docker-images/cartridge-docker-images/service-images/wso2is-saml-sso)
+
 Application folder structure
 ----------------------------
 ```