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/07/16 00:13:50 UTC

svn commit: r825887 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/java7.html

Author: buildbot
Date: Sun Jul 15 22:13:50 2012
New Revision: 825887

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/java7.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 15 22:13:50 2012
@@ -1 +1 @@
-1361604
+1361821

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 15 22:13:50 2012
@@ -1 +1 @@
-1361604
+1361821

Modified: websites/staging/openejb/trunk/content/java7.html
==============================================================================
--- websites/staging/openejb/trunk/content/java7.html (original)
+++ websites/staging/openejb/trunk/content/java7.html Sun Jul 15 22:13:50 2012
@@ -147,7 +147,24 @@
 </h1>
 </div>
 
-<p>Insert details here</p>
+<p>If you compile your applications on JDK7 you have to run Apache TomEE 1.0 on jdk7</p>
+
+<h2>Configuring TomEE to use JDK7</h2>
+
+<p>If you have multiple JDK installed on your system you should set JAVA_HOME in your stratup scripts.
+For example if your <code>JAVA_HOME</code> is <code>/usr/local/java/current</code> edit <code>catalina.sh</code>
+and add a line</p>
+
+<p><code>JAVA_HOME=/usr/local/java/current/bin</code></p>
+
+<p>Alternatively, set <code>JAVA_HOME</code> as an environment variable prior to calling <code>&lt;tomee-home&gt;/bin/startup.sh</code></p>
+
+<h2>Endorsed libraries directory</h2>
+
+<p>TomEE 1.0 package comes with and "endorsed" direcotry which contains updates for core JDK6 libraries.
+If you are running JDK7 you should remove al files in this directory.</p>
+
+<p>TomEE 1.1  will detect JDK7 and will not load those files</p>