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/20 17:44:13 UTC

svn commit: r826477 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/remote-server.html

Author: buildbot
Date: Fri Jul 20 15:44:13 2012
New Revision: 826477

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/remote-server.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 20 15:44:13 2012
@@ -1 +1 @@
-1363846
+1363850

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 20 15:44:13 2012
@@ -1 +1 @@
-1363846
+1363850

Modified: websites/staging/openejb/trunk/content/remote-server.html
==============================================================================
--- websites/staging/openejb/trunk/content/remote-server.html (original)
+++ websites/staging/openejb/trunk/content/remote-server.html Fri Jul 20 15:44:13 2012
@@ -163,12 +163,15 @@ network to the server, you need to speci
 <h1>Short version</h1>
 
 <p>Using OpenEJB's default remote server implementation is pretty straight
-forward. You simply need to:
-1. Deploy your bean.
-1. Start the server on the IP and Port you want, 25.14.3.92 and 4201 for
-example.
-1. Use that information in your client to create an initial context
-1. Add the right jars to your client's classpath</p>
+forward. You simply need to:</p>
+
+<ol>
+<li>Deploy your bean.</li>
+<li>Start the server on the IP and Port you want, 25.14.3.92 and 4201 for
+example.</li>
+<li>Use that information in your client to create an initial context</li>
+<li>Add the right jars to your client's classpath</li>
+</ol>
 
 <p>So, here it is in short.</p>
 
@@ -201,8 +204,12 @@ InitialContext ctx = new InitialContext(
 
 <p>If you don't have any EJBs or clients to run, try the ubiquitous <a href="openejbx30:hello-world.html">Hello World</a>
  example.
-Add the following library to your clients classpath:
-* openejb-client-x.x.x.jar</p>
+Add the following library to your clients classpath:</p>
+
+<ul>
+<li>openejb-client-x.x.x.jar</li>
+<li>javaee-api-x.x.jar</li>
+</ul>
 
 <p>Both can be found in the lib directory where you installed OpenEJB or in Maven repositories.</p>