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:33:23 UTC

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

Author: vishwanathk
Date: Fri Feb 17 00:33:23 2012
New Revision: 1245268

URL: http://svn.apache.org/viewvc?rev=1245268&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=1245268&r1=1245267&r2=1245268&view=diff
==============================================================================
--- openejb/site/trunk/content/tomee-directory-structure.mdtext (original)
+++ openejb/site/trunk/content/tomee-directory-structure.mdtext Fri Feb 17 00:33:23 2012
@@ -27,30 +27,30 @@ The changes are as described below:
 
 (Say you have unzipped in a directory 'tomee')
 
-###tomee/webapps
+####tomee/webapps
  Works the same way as it does for Tomcat. Drop your directories/wars in here! 
 
-###tomee/webapps/openejb 
+####tomee/webapps/openejb 
 The added webapp which brings the “EE” (Read, place where all the magic happens)
 
-###tomee/bin
+####tomee/bin
 
  (Untouched)
 
-###tomee/conf 
+####tomee/conf 
 
 Added openejb.xml 
 
 Server.xml As in tomcat with one extra listener. (Can configure ports, hosts, engines, threadpools etc)
 
-###tomee/logs
+####tomee/logs
 
 Added openejb.log
 
-###tomee/webapps/openejb/lib 
+####tomee/webapps/openejb/lib 
 
 All the new lib jars provided by the server.
 
-###tomee/conf/openejb.xml
+####tomee/conf/openejb.xml
 
 This is where most TomEE configuration happens – This is where global resources are defined.