Author: rmannibucau
Date: Fri Sep 21 10:59:02 2012
New Revision: 1388417

URL: http://svn.apache.org/viewvc?rev=1388417&view=rev
Log:
typo in ejb transport doc

Modified:
    openejb/site/trunk/content/ejbd-transport.mdtext

Modified: openejb/site/trunk/content/ejbd-transport.mdtext
URL: 
http://svn.apache.org/viewvc/openejb/site/trunk/content/ejbd-transport.mdtext?rev=1388417&r1=1388416&r2=1388417&view=diff
==============================================================================
--- openejb/site/trunk/content/ejbd-transport.mdtext (original)
+++ openejb/site/trunk/content/ejbd-transport.mdtext Fri Sep 21 10:59:02 2012
@@ -20,11 +20,11 @@ Here is the servlet as defined in TomEE 
     </servlet-mapping>
 
 
-You can easily remove if you don't use remote EJBs. Another way is to 
deactivate the servlet
+You can easily remove it if you don't use remote EJBs. Another way is to 
deactivate the servlet
 using the "activated" init parameter of the servlet.
 
 Finally you can move this servlet in your own webapp if you want to use a 
provider url
 containing your webapp context. Simply copy paste the servlet definition in 
your web.xml
 and set the url mapping to what you want (let say /foo/*). Then use the 
provider url
-http://&lt;host&gt;:&lt;port&gt;/&lt;webapp context name&lt;/foo
+http://&lt;host&gt;:&lt;port&gt;/&lt;webapp context name&lgt;/foo
 


Reply via email to