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

svn commit: r805129 - in /websites/staging/openejb/trunk: ./ content/tomee-directory-structure.html

Author: buildbot
Date: Fri Feb 17 00:33:56 2012
New Revision: 805129

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/   (props changed)
    websites/staging/openejb/trunk/content/tomee-directory-structure.html

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 17 00:33:56 2012
@@ -1 +1 @@
-1245266
+1245268

Modified: websites/staging/openejb/trunk/content/tomee-directory-structure.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomee-directory-structure.html (original)
+++ websites/staging/openejb/trunk/content/tomee-directory-structure.html Fri Feb 17 00:33:56 2012
@@ -144,33 +144,33 @@
 
 <p>(Say you have unzipped in a directory 'tomee')</p>
 
-<h3>tomee/webapps</h3>
+<h4>tomee/webapps</h4>
 
 <p>Works the same way as it does for Tomcat. Drop your directories/wars in here! </p>
 
-<h3>tomee/webapps/openejb</h3>
+<h4>tomee/webapps/openejb</h4>
 
 <p>The added webapp which brings the “EE” (Read, place where all the magic happens)</p>
 
-<h3>tomee/bin</h3>
+<h4>tomee/bin</h4>
 
 <p>(Untouched)</p>
 
-<h3>tomee/conf</h3>
+<h4>tomee/conf</h4>
 
 <p>Added openejb.xml </p>
 
 <p>Server.xml As in tomcat with one extra listener. (Can configure ports, hosts, engines, threadpools etc)</p>
 
-<h3>tomee/logs</h3>
+<h4>tomee/logs</h4>
 
 <p>Added openejb.log</p>
 
-<h3>tomee/webapps/openejb/lib</h3>
+<h4>tomee/webapps/openejb/lib</h4>
 
 <p>All the new lib jars provided by the server.</p>
 
-<h3>tomee/conf/openejb.xml</h3>
+<h4>tomee/conf/openejb.xml</h4>
 
 <p>This is where most TomEE configuration happens – This is where global resources are defined.</p>