Author: vishwanathk
Date: Sun Apr 1 00:03:43 2012
New Revision: 1307947
URL: http://svn.apache.org/viewvc?rev=1307947&view=rev
Log:
update deploying-in-tomee docs
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=1307947&r1=1307946&r2=1307947&view=diff
==============================================================================
--- openejb/site/trunk/content/deploying-in-tomee.mdtext (original)
+++ openejb/site/trunk/content/deploying-in-tomee.mdtext Sun Apr 1 00:03:43
2012
@@ -18,9 +18,12 @@ Notice: Licensed to the Apache Softwa
#Deploying in TomEE
-
Deploying in TomEE is quite simple.
-You could simply package your application as a war and "drop it in"
tomee/webapps folder.
+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.
+### Related docs:
+[Collapsed EAR](collapsed-ear.html) describles how packaging in EAR is no
longer needed, and how your EJBs/Servlets could reside in the same WAR.
\ No newline at end of file