You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/07/04 03:39:38 UTC

svn commit: r824358 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/ejb-over-ssl.html

Author: buildbot
Date: Wed Jul  4 01:39:37 2012
New Revision: 824358

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/ejb-over-ssl.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul  4 01:39:37 2012
@@ -1 +1 @@
-1357035
+1357036

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul  4 01:39:37 2012
@@ -1 +1 @@
-1357035
+1357036

Modified: websites/staging/openejb/trunk/content/ejb-over-ssl.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb-over-ssl.html (original)
+++ websites/staging/openejb/trunk/content/ejb-over-ssl.html Wed Jul  4 01:39:37 2012
@@ -156,7 +156,7 @@
 
 <p>Note, TomEE can be setup to support <strong>ejbds</strong>.</p>
 
-<h2>https</h2>
+<h1>https</h1>
 
 <p>First, you'll need to setup Tomcat (TomEE) with SSL as described here:</p>
 
@@ -177,7 +177,7 @@ InitialContext ctx = new InitialContext(
 MyBean myBean = (MyBean) ctx.lookup("MyBeanRemote");
 </code></pre>
 
-<h2>ejbds</h2>
+<h1>ejbds</h1>
 
 <p>The SSL version of the <code>ejbd</code> protocol is called <code>ejbds</code> and is enabled and setup in OpenEJB Standalone by default.</p>
 
@@ -207,7 +207,7 @@ InitialContext ctx = new InitialContext(
 MyBean myBean = (MyBean) ctx.lookup("MyBeanRemote");
 </code></pre>
 
-<h3>Changing the Chipher Suite</h3>
+<h2>Changing the Chipher Suite</h2>