Author: dblevins
Date: Fri Jul 20 15:43:38 2012
New Revision: 1363850
URL: http://svn.apache.org/viewvc?rev=1363850&view=rev
Log:
fixed list formatting and added javaee-api jar
Modified:
openejb/site/trunk/content/remote-server.mdtext
Modified: openejb/site/trunk/content/remote-server.mdtext
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/remote-server.mdtext?rev=1363850&r1=1363849&r2=1363850&view=diff
==============================================================================
--- openejb/site/trunk/content/remote-server.mdtext (original)
+++ openejb/site/trunk/content/remote-server.mdtext Fri Jul 20 15:43:38 2012
@@ -15,6 +15,7 @@ network to the server, you need to speci
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.
@@ -52,7 +53,8 @@ Create an initial context in your client
If you don't have any EJBs or clients to run, try the ubiquitous [Hello
World](openejbx30:hello-world.html)
example.
Add the following library to your clients classpath:
-* openejb-client-x.x.x.jar
+* openejb-client-x.x.x.jar
+* javaee-api-x.x.jar
Both can be found in the lib directory where you installed OpenEJB or in Maven
repositories.