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:22:00 UTC

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

Author: buildbot
Date: Fri Feb 17 00:21:59 2012
New Revision: 805126

Log:
Staging update by buildbot for openejb

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

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 17 00:21:59 2012
@@ -1 +1 @@
-1245256
+1245261

Modified: websites/staging/openejb/trunk/content/sitemap.html
==============================================================================
--- websites/staging/openejb/trunk/content/sitemap.html (original)
+++ websites/staging/openejb/trunk/content/sitemap.html Fri Feb 17 00:21:59 2012
@@ -380,6 +380,7 @@
 <li><a href="tomcat-object-factory.html">Tomcat Object Factory</a></li>
 <li><a href="tomcat.html">Tomcat</a></li>
 <li><a href="tomee-1.0.0-beta-1.html">Downloads</a></li>
+<li><a href="tomee-directory-structure.html">tomee-directory-structure.html</a></li>
 <li><a href="tomee-jaas.html">JAAS and TomEE</a></li>
 <li><a href="tomee-logging.html">tomee-logging.html</a></li>
 <li><a href="transaction-annotations.html">Transaction Annotations</a></li>

Modified: websites/staging/openejb/trunk/content/sitemap.xml
==============================================================================
--- websites/staging/openejb/trunk/content/sitemap.xml (original)
+++ websites/staging/openejb/trunk/content/sitemap.xml Fri Feb 17 00:21:59 2012
@@ -1366,6 +1366,9 @@
         <loc>http://tomee.apache.org/tomee-1.0.0-beta-1.html</loc>
     </url>
     <url>
+        <loc>http://tomee.apache.org/tomee-directory-structure.html</loc>
+    </url>
+    <url>
         <loc>http://tomee.apache.org/tomee-jaas.html</loc>
     </url>
     <url>

Added: websites/staging/openejb/trunk/content/tomee-directory-structure.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomee-directory-structure.html (added)
+++ websites/staging/openejb/trunk/content/tomee-directory-structure.html Fri Feb 17 00:21:59 2012
@@ -0,0 +1,185 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+
+    <meta charset="utf-8">
+      <title></title>
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <!-- Le styles -->
+    <link href="./bootstrap.css" rel="stylesheet">
+    <link href="./prettify.css" rel="stylesheet">
+    <link href="./bootstrap-mods.css" rel="stylesheet">
+
+    <style type="text/css">
+        body {
+          padding-top: 60px;
+        }
+        .sprite {
+            display: inline-block;
+            height: 20px;
+            margin: 0 auto 4px;
+            outline: medium none;
+            text-indent: -999em;
+            width: 24px;
+            background-image: url('./images/sprites.png');
+            background-repeat: no-repeat;
+            overflow: hidden;
+            cursor: pointer;
+        }
+        .fb-share {
+            background-position: 0px -40px;
+        }
+        .gp-share {
+            background-position: 0px 0px;
+        }
+        .tw-share {
+            background-position: 0px -80px;
+        }
+    </style>
+    <script type="text/javascript">
+      function fbshare () {
+          window.open(
+                  "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
+                  'Share on Facebook',
+                  'width=640,height=426');
+      };
+      function gpshare () {
+          window.open(
+                  "https://plus.google.com/share?url="+document.URL,
+                  'Share on Google+',
+                  'width=584,height=385');
+      };
+      function twshare () {
+          window.open(
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text= " + document.URL,
+                  'Share on Twitter',
+                  'width=800,height=526');
+      };
+    </script>
+
+
+    <!-- Le fav and touch icons -->
+    <link rel="shortcut icon" href="./images/favicon.ico">
+    <link rel="apple-touch-icon" href="./images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="./images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="./images/apple-touch-icon-114x114.png">
+
+    <script src="./javascript/prettify.js" type="text/javascript"></script>
+    <script src="./javascript/jquery-latest.js"></script>
+    <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
+    <script src="./javascript/common.js"></script>
+    <script src="./javascript/prettyprint.js"></script>
+
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-2717626-1']);
+      _gaq.push(['_setDomainName', 'apache.org']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+
+
+  </head>
+
+  <body>
+
+    <div class="topbar">
+      <div class="fill">
+        <div class="container">
+          <a class="brand" href="./index.html">Apache TomEE</a>
+          <ul class="nav">
+            <li><a href="./index.html">Home</a></li>
+            <li><a href="./downloads.html">Downloads</a></li>
+            <li><a href="./documentation.html">Documentation</a></li>
+            <li><a href="./support.html">Support</a></li>
+          </ul>
+
+            <!-- Google CSE Search Box Begins  -->
+            <FORM class="pull-right" id="searchbox_010475492895890475512:_t4iqjrgx90" action="http://www.google.com/cse">
+                <INPUT type="hidden" name="cx" value="010475492895890475512:_t4iqjrgx90">
+                <INPUT type="hidden" name="cof" value="FORID:0">
+                <INPUT name="q" type="text" placeholder="Search">
+            </FORM>
+            <!--<SCRIPT type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_010475492895890475512:_t4iqjrgx90"></SCRIPT>-->
+            <!-- Google CSE Search Box Ends -->
+        </div>
+      </div>
+    </div>
+
+    <div class="container">
+
+    
+
+<div class="page-header">
+<small><a href="./index.html">Home</a></small><br>
+<h1>
+
+    <div style="float: right; position: relative; bottom: -10px; ">
+        <a onclick="javascript:gpshare()" class="gp-share sprite" title="share on Google+">share [gp]</a>
+        <a onclick="javascript:fbshare()" class="fb-share sprite" title="share on Facebook">share [fb]</a>
+        <a onclick="javascript:twshare()" class="tw-share sprite" title="share on Twitter">share [tw]</a>
+    </div>
+</h1>
+</div>
+
+<h1>TomEE Directory Layout:</h1>
+
+<p>TomEE directory layout is very much like that of Tomcat. Say you have unzipped in a directory 'tomee'</p>
+
+<h3>tomee/webapps</h3>
+
+<p>Works the same way as it does for Tomcat. Drop your directories/wars in here!</p>
+
+<h3>tomee/webapps/openejb</h3>
+
+<p>The added webapp which brings the “EE” (Read, place where all the magic happens)</p>
+
+<h3>tomee/bin</h3>
+
+<p>(Untouched)</p>
+
+<h3>tomee/conf</h3>
+
+<p>Added openejb.xml described below. server.xml As in tomcat. One Extra Listener. Can configure ports, hosts, engines, threadpools etc</p>
+
+<h3>tomee/logs</h3>
+
+<p>Added openejb.log</p>
+
+<h3>tomee/webapps/openejb/lib</h3>
+
+<p>All the new lib jars provided by the server.</p>
+
+<h3>tomee/conf/openejb.xml</h3>
+
+<p>This is where most TomEE configuration happens – This is where global resources are defined.
+http://openejb.apache.org/3.0/openejbxml.html</p>
+
+
+
+
+      <footer>
+        <p>
+        Copyright &copy; 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+
+    </div> <!-- /container -->
+
+  </body>
+</html>