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:49:07 UTC

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

Author: vishwanathk
Date: Fri Apr 27 02:49:07 2012
New Revision: 1331194

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