You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by vi...@apache.org on 2012/02/17 01:32:28 UTC

svn commit: r1245266 - /openejb/site/trunk/content/tomee-directory-structure.mdtext

Author: vishwanathk
Date: Fri Feb 17 00:32:28 2012
New Revision: 1245266

URL: http://svn.apache.org/viewvc?rev=1245266&view=rev
Log:
Add TomeeDirectoryStructure doc. Todo: Add links explaining about openejb.xml etc

Modified:
    openejb/site/trunk/content/tomee-directory-structure.mdtext

Modified: openejb/site/trunk/content/tomee-directory-structure.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/tomee-directory-structure.mdtext?rev=1245266&r1=1245265&r2=1245266&view=diff
==============================================================================
--- openejb/site/trunk/content/tomee-directory-structure.mdtext (original)
+++ openejb/site/trunk/content/tomee-directory-structure.mdtext Fri Feb 17 00:32:28 2012
@@ -19,10 +19,16 @@ Notice:    Licensed to the Apache Softwa
 #TomEE Directory Layout:
 
 
-TomEE directory layout is very much like that of Tomcat. Say you have unzipped in a directory 'tomee'
+TomEE directory layout is the same as that of Tomcat, with the addition of a few files.
+
+
+The changes are as described below:
+ 
+
+(Say you have unzipped in a directory 'tomee')
 
 ###tomee/webapps
- Works the same way as it does for Tomcat. Drop your directories/wars in here!
+ Works the same way as it does for Tomcat. Drop your directories/wars in here! 
 
 ###tomee/webapps/openejb 
 The added webapp which brings the “EE” (Read, place where all the magic happens)
@@ -33,11 +39,13 @@ The added webapp which brings the “
 
 ###tomee/conf 
 
-Added openejb.xml described below. server.xml As in tomcat. One Extra Listener. Can configure ports, hosts, engines, threadpools etc
+Added openejb.xml 
+
+Server.xml As in tomcat with one extra listener. (Can configure ports, hosts, engines, threadpools etc)
 
 ###tomee/logs
 
- Added openejb.log
+Added openejb.log
 
 ###tomee/webapps/openejb/lib 
 
@@ -45,4 +53,4 @@ All the new lib jars provided by the ser
 
 ###tomee/conf/openejb.xml
 
- This is where most TomEE configuration happens – This is where global resources are defined.
+This is where most TomEE configuration happens – This is where global resources are defined.