You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/05/22 23:49:09 UTC

svn commit: r818741 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/documentation.html content/sitemap.html content/sitemap.xml content/tomee-logging-in-eclipse.html

Author: buildbot
Date: Tue May 22 21:49:08 2012
New Revision: 818741

Log:
Staging update by buildbot for openejb

Added:
    websites/staging/openejb/trunk/content/tomee-logging-in-eclipse.html
Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/documentation.html
    websites/staging/openejb/trunk/content/sitemap.html
    websites/staging/openejb/trunk/content/sitemap.xml

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 22 21:49:08 2012
@@ -1 +1 @@
-1341217
+1341656

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 22 21:49:08 2012
@@ -1 +1 @@
-1341217
+1341656

Modified: websites/staging/openejb/trunk/content/documentation.html
==============================================================================
--- websites/staging/openejb/trunk/content/documentation.html (original)
+++ websites/staging/openejb/trunk/content/documentation.html Tue May 22 21:49:08 2012
@@ -144,6 +144,7 @@
 
 <ul>
 <li><a href="tomee-and-eclipse.html">Using TomEE with Eclipse</a></li>
+<li><a href="tomee-logging-in-eclipse.html">WTP and TomEE logging</a></li>
 <li><a href="comparison.html">Comparison: OpenEJB,TomEE,TomEE+</a></li>
 <li><a href="tomee-directory-structure.html">TomEE Directory structure</a></li>
 <li><a href="Configuring-in-tomee.html">TomEE and Configurations</a></li>

Modified: websites/staging/openejb/trunk/content/sitemap.html
==============================================================================
--- websites/staging/openejb/trunk/content/sitemap.html (original)
+++ websites/staging/openejb/trunk/content/sitemap.html Tue May 22 21:49:08 2012
@@ -392,6 +392,7 @@
 <li><a href="tomee-and-security.html">Apache TomEE and security</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-in-eclipse.html">How to use JULI for TomEE in WTP?</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>

Modified: websites/staging/openejb/trunk/content/sitemap.xml
==============================================================================
--- websites/staging/openejb/trunk/content/sitemap.xml (original)
+++ websites/staging/openejb/trunk/content/sitemap.xml Tue May 22 21:49:08 2012
@@ -693,6 +693,10 @@
         <priority>0.9</priority>
     </url>
     <url>
+        <loc>http://tomee.apache.org/examples-trunk/realm-in-tomee/README.html</loc>
+        <priority>0.9</priority>
+    </url>
+    <url>
         <loc>http://tomee.apache.org/examples-trunk/reload-persistence-unit-properties/README.html</loc>
         <priority>0.9</priority>
     </url>
@@ -1442,6 +1446,9 @@
         <loc>http://tomee.apache.org/tomee-jaas.html</loc>
     </url>
     <url>
+        <loc>http://tomee.apache.org/tomee-logging-in-eclipse.html</loc>
+    </url>
+    <url>
         <loc>http://tomee.apache.org/tomee-logging.html</loc>
     </url>
     <url>

Added: websites/staging/openejb/trunk/content/tomee-logging-in-eclipse.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomee-logging-in-eclipse.html (added)
+++ websites/staging/openejb/trunk/content/tomee-logging-in-eclipse.html Tue May 22 21:49:08 2012
@@ -0,0 +1,161 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+
+    <meta charset="utf-8">
+      <title>How to use JULI for TomEE in WTP?</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=How to use JULI for TomEE in WTP?",
+                  '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>How to use JULI for TomEE in WTP?
+
+    <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>
+
+<p>It seems that WTP doesn't manage correctly Tomcat logging configuration (which needs to be done through
+system properties). A quick workaround is to add these properties manually:</p>
+
+<pre><code>-Djava.util.logging.config.file="&lt;tomee&gt;/conf/logging.properties"
+-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
+</code></pre>
+
+<p>More information on: http://wiki.eclipse.org/WTP_Tomcat_FAQ#How_do_I_enable_the_JULI_logging_in_a_Tomcat_5.5_Server_instance.3F</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>