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 2013/09/16 15:14:21 UTC

svn commit: r878619 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/manual-installation.html

Author: buildbot
Date: Mon Sep 16 13:14:21 2013
New Revision: 878619

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/manual-installation.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 16 13:14:21 2013
@@ -1 +1 @@
-1523621
+1523626

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 16 13:14:21 2013
@@ -1 +1 @@
-1523621
+1523626

Modified: websites/staging/tomee/trunk/content/manual-installation.html
==============================================================================
--- websites/staging/tomee/trunk/content/manual-installation.html (original)
+++ websites/staging/tomee/trunk/content/manual-installation.html Mon Sep 16 13:14:21 2013
@@ -332,7 +332,7 @@ echo Using CATALINA_HOME:   %CATALINA_HO
 # Set juli LogManager if it is present
 if [OPENEJB: -r "$CATALINA_BASE"/conf/logging.properties ](openejb:--r-"$catalina_base"/conf/logging.properties-.html)
 ; then
-  JAVA_OPTS="$JAVA_OPTS
+JAVA_OPTS="$JAVA_OPTS
 "-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
 "-Djava.util.logging.config.file="$CATALINA_BASE/conf/logging.properties"
 fi
@@ -349,7 +349,7 @@ fi
 <h2>Note:</h2>
 
 <p>The example above is an excerpt from the middle of the
-bin/catalina.sh file. Search for the this section and add section text shown in bold</p>
+bin/catalina.sh file. Search for the this section and add the snippet shown </p>