Author: rmannibucau
Date: Mon May 14 11:57:54 2012
New Revision: 1338170
URL: http://svn.apache.org/viewvc?rev=1338170&view=rev
Log:
fixing tomee url (remote client). thanks zeddius for the reporting
Modified:
openejb/site/trunk/content/clients.mdtext
Modified: openejb/site/trunk/content/clients.mdtext
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/clients.mdtext?rev=1338170&r1=1338169&r2=1338170&view=diff
==============================================================================
--- openejb/site/trunk/content/clients.mdtext (original)
+++ openejb/site/trunk/content/clients.mdtext Mon May 14 11:57:54 2012
@@ -80,12 +80,12 @@ Title: Clients
<a name="Clients-RemoteClientwithHTTP(intomcat)"></a>
-### Remote Client with HTTP (in tomcat)
+### Remote Client with HTTP (in TomEE)
Properties p = new Properties();
p.put("java.naming.factory.initial",
"org.apache.openejb.client.RemoteInitialContextFactory");
- p.put("java.naming.provider.url", "http://127.0.0.1:8080/openejb/ejb");
+ p.put("java.naming.provider.url", "http://127.0.0.1:8080/tomee/ejb");
// user and pass optional
p.put("java.naming.security.principal", "myuser");
p.put("java.naming.security.credentials", "mypass");