You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/11/29 21:48:56 UTC

[07/10] tomee git commit: TOMEE-2283 - Complete README file

TOMEE-2283 - Complete README file

Signed-off-by: brunobat <br...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/b534a4b8
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/b534a4b8
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/b534a4b8

Branch: refs/heads/master
Commit: b534a4b86a7c69bdbb1d178efecaeb68a118dac7
Parents: 68d9c49
Author: brunobat <br...@gmail.com>
Authored: Mon Nov 26 16:52:06 2018 +0000
Committer: brunobat <br...@gmail.com>
Committed: Thu Nov 29 12:26:23 2018 +0000

----------------------------------------------------------------------
 examples/websocket-tls-basic-auth/README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/b534a4b8/examples/websocket-tls-basic-auth/README.md
----------------------------------------------------------------------
diff --git a/examples/websocket-tls-basic-auth/README.md b/examples/websocket-tls-basic-auth/README.md
index 82e07a7..beef0df 100644
--- a/examples/websocket-tls-basic-auth/README.md
+++ b/examples/websocket-tls-basic-auth/README.md
@@ -1,3 +1,15 @@
 # websocket-tls-basic-auth
 
-Websocket example project using SSL and basic authentication
+Websocket example project using SSL and basic authentication.
+
+This was originally created for TomEE 8.0.0. using JEE 8 and Websocket API 1.1.
+
+There is an arquillian test that will perform basic authentication using the username and password configured in 
+the _.../conf/tomcat-users.xml_.
+
+The _.../conf/server.xml_ file used in the Arquillian test can serve as a starting point to a real server configuration.
+
+The _.../conf/keystore.jks_ is a self signed certificate created for demonstration purposes.
+
+For additional information on websockets and keystores with TomEE, please look at this blog post: 
+https://www.tomitribe.com/blog/tomee-ssl-tls-secured-websockets/