You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2012/10/26 08:36:07 UTC

svn commit: r1402407 - /openejb/site/trunk/content/deploying-in-tomee.mdtext

Author: jlmonteiro
Date: Fri Oct 26 06:36:06 2012
New Revision: 1402407

URL: http://svn.apache.org/viewvc?rev=1402407&view=rev
Log:
Patch from Tim Haley

Modified:
    openejb/site/trunk/content/deploying-in-tomee.mdtext

Modified: openejb/site/trunk/content/deploying-in-tomee.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/deploying-in-tomee.mdtext?rev=1402407&r1=1402406&r2=1402407&view=diff
==============================================================================
--- openejb/site/trunk/content/deploying-in-tomee.mdtext (original)
+++ openejb/site/trunk/content/deploying-in-tomee.mdtext Fri Oct 26 06:36:06 2012
@@ -23,7 +23,7 @@ Deploying in TomEE is quite simple. 
 You could deploy your application just like how you would deploy with Tomcat. For an example, [tomee-and-eclipse](tomee-and-eclipse.html) shows
 how to use TomEE along with Eclipse.
 
-Or you could simply package your application as a war/ear and "drop it in" tomee/webapps folder.
+Or you could simply package your application as a war and "drop it in" tomee/webapps folder or as an ear and "drop it in" tomee/apps folder.
 
 On a related note, read on to learn about packaging EJBs in a WAR.