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 05:08:10 UTC

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

Author: vishwanathk
Date: Fri Apr 27 03:08:10 2012
New Revision: 1331203

URL: http://svn.apache.org/viewvc?rev=1331203&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=1331203&r1=1331202&r2=1331203&view=diff
==============================================================================
--- openejb/site/trunk/content/tomee-directory-structure.mdtext (original)
+++ openejb/site/trunk/content/tomee-directory-structure.mdtext Fri Apr 27 03:08:10 2012
@@ -19,23 +19,26 @@ Notice:    Licensed to the Apache Softwa
 #TomEE Directory Layout:
 
 TomEE directory layout is the same as that of Tomcat, with a few changes as described below.
+
+Considering this root to be the $tomee-install-dir>
+
 <pre> 
-<tomeeInstallDir>/webapps:    
+/webapps:    
 Works the same way as it does for Tomcat. Drop your directories/wars in here!
      
-<tomeeInstallDir>/webapps/tomee:    
+/webapps/tomee:    
 The added webapp which brings the “EE” (Read, place where all the magic happens)   
  
-<tomeeInstallDir>/bin:    
+/bin:    
  (Untouched)    
 
-<tomeeInstallDir>/conf:    
+/conf:    
 Added tomee.xml     
 Server.xml As in tomcat with one extra listener. (Can configure ports, hosts, engines, threadpools etc)    
 
-<tomeeInstallDir>r/webapps/tomee/lib    
+/webapps/tomee/lib    
 All the new lib jars provided by the server.   
  
-<tomeeInstallDir>/conf/tomee.xml    
+/conf/tomee.xml    
 This is where most TomEE configuration happens – This is where global resources are defined.
 </pre>
\ No newline at end of file