[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openejb-cvs
Subject:    svn commit: r803617 - in /websites/staging/openejb/trunk/content: sitemap.html sitemap.xml tomee-log
From:       buildbot () apache ! org
Date:       2012-01-31 1:10:53
Message-ID: 20120131011053.42A0C2388A36 () eris ! apache ! org
[Download RAW message or body]

Author: buildbot
Date: Tue Jan 31 01:10:52 2012
New Revision: 803617

Log:
Staging update by buildbot for openejb

Added:
    websites/staging/openejb/trunk/content/tomee-logging.html
Modified:
    websites/staging/openejb/trunk/content/sitemap.html
    websites/staging/openejb/trunk/content/sitemap.xml

Modified: websites/staging/openejb/trunk/content/sitemap.html
==============================================================================
--- websites/staging/openejb/trunk/content/sitemap.html (original)
+++ websites/staging/openejb/trunk/content/sitemap.html Tue Jan 31 01:10:52 2012
@@ -261,6 +261,7 @@
 <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-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>
 <li><a href="understanding-callbacks.html">Understanding Callbacks</a></li>
 <li><a href="understanding-the-directory-layout.html">Understanding the Directory \
Layout</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 Tue Jan 31 01:10:52 2012
@@ -554,6 +554,9 @@
         <loc>http://tomee.apache.org/tomee-jaas.html</loc>
     </url>
     <url>
+        <loc>http://tomee.apache.org/tomee-logging.html</loc>
+    </url>
+    <url>
         <loc>http://tomee.apache.org/transaction-annotations.html</loc>
     </url>
     <url>

Added: websites/staging/openejb/trunk/content/tomee-logging.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomee-logging.html (added)
+++ websites/staging/openejb/trunk/content/tomee-logging.html Tue Jan 31 01:10:52 \
2012 @@ -0,0 +1,119 @@
+<!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;
+      }
+    </style>
+
+
+    <!-- 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></h1>
+</div>
+
+<p>Logging in TomEE is configured using the conf/logging.properties file. Here are \
some of the benefits: </p> +
+<ol>
+<li>You do not have to author a logging.properties from scratch. </li>
+<li>You get one with sensible defaults.      </p>
+
+<p>If you did modify the default file, and you wanted to revert back to the default \
file generated by TomEE, all you have to do is </p> +
+<ol>
+<li>Delete or rename the file e.g. rename it to logging.properties.BAK . </li>
+<li>Restart the server</li>
+</ol></li>
+</ol>
+
+
+
+
+      <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>
+          <p><a href="/sitemap.html">sitemap</a></p>
+      </footer>
+
+    </div> <!-- /container -->
+
+  </body>
+</html>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic