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/04/27 04:43:19 UTC

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

Author: vishwanathk
Date: Fri Apr 27 02:43:18 2012
New Revision: 1331191

URL: http://svn.apache.org/viewvc?rev=1331191&view=rev
Log:
correct docs

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=1331191&r1=1331190&r2=1331191&view=diff
==============================================================================
--- openejb/site/trunk/content/tomee-directory-structure.mdtext (original)
+++ openejb/site/trunk/content/tomee-directory-structure.mdtext Fri Apr 27 02:43:18 2012
@@ -18,41 +18,21 @@ Notice:    Licensed to the Apache Softwa
 
 #TomEE Directory Layout:
 
-
-TomEE directory layout is the same as that of Tomcat, with the addition of a few files.
-
-
-The changes are as described below:
+TomEE directory layout is the same as that of Tomcat, with a few changes as described below.
  
-
 (Say you have unzipped in a directory 'tomee')
 
-<span class="label-info">
 ####tomee/webapps
- Works the same way as it does for Tomcat. Drop your directories/wars in here! 
-
-####tomee/webapps/openejb 
+Works the same way as it does for Tomcat. Drop your directories/wars in here! 
+####tomee/webapps/tomee
 The added webapp which brings the “EE” (Read, place where all the magic happens)
-
 ####tomee/bin
-
  (Untouched)
-
 ####tomee/conf 
-
 Added tomee.xml 
-
 Server.xml As in tomcat with one extra listener. (Can configure ports, hosts, engines, threadpools etc)
-
-####logs
-
-Merged with catalina logs
-
-####tomee/webapps/openejb/lib 
-
+####tomee/webapps/tomee/lib 
 All the new lib jars provided by the server.
-
 ####tomee/conf/tomee.xml
-
 This is where most TomEE configuration happens – This is where global resources are defined.
-</span>
+