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/10/26 08:37:03 UTC

svn commit: r836212 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/deploying-in-tomee.html

Author: buildbot
Date: Fri Oct 26 06:37:03 2012
New Revision: 836212

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/deploying-in-tomee.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Oct 26 06:37:03 2012
@@ -1 +1 @@
-1401900
+1402407

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Oct 26 06:37:03 2012
@@ -1 +1 @@
-1401900
+1402407

Modified: websites/staging/openejb/trunk/content/deploying-in-tomee.html
==============================================================================
--- websites/staging/openejb/trunk/content/deploying-in-tomee.html (original)
+++ websites/staging/openejb/trunk/content/deploying-in-tomee.html Fri Oct 26 06:37:03 2012
@@ -154,7 +154,7 @@
 <p>You could deploy your application just like how you would deploy with Tomcat. For an example, <a href="tomee-and-eclipse.html">tomee-and-eclipse</a> shows
 how to use TomEE along with Eclipse.</p>
 
-<p>Or you could simply package your application as a war/ear and "drop it in" tomee/webapps folder.</p>
+<p>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.</p>
 
 <p>On a related note, read on to learn about packaging EJBs in a WAR.</p>