You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2009/07/27 04:32:59 UTC

svn commit: r798013 - /geronimo/server/trunk/plugins/console/console-base-portlets/src/main/resources/consolebase.properties

Author: xuhaihong
Date: Mon Jul 27 02:32:58 2009
New Revision: 798013

URL: http://svn.apache.org/viewvc?rev=798013&view=rev
Log:
GERONIMO-4747 a {0} did not get replaced in the last portlet of console ---> Apache HTTP (Patch from Shawn Jiang)

Modified:
    geronimo/server/trunk/plugins/console/console-base-portlets/src/main/resources/consolebase.properties

Modified: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/resources/consolebase.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/resources/consolebase.properties?rev=798013&r1=798012&r2=798013&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-base-portlets/src/main/resources/consolebase.properties (original)
+++ geronimo/server/trunk/plugins/console/console-base-portlets/src/main/resources/consolebase.properties Mon Jul 27 02:32:58 2009
@@ -43,7 +43,7 @@
 apache.jk.results.howToActivateOthers        = adding the following line to <tt>/etc/httpd/conf/httpd.conf</tt>:</p><pre>LoadModule jk_module modules/mod_jk.so</pre> <p>Then you can start Apache by running <tt>service httpd start</tt>  (or <tt>service httpd restart</tt>).
 apache.jk.results.howToActivateifOsSuSE      = editing <tt>/etc/sysconfig/apache2</tt> and adding <tt>jk</tt> to the value configured for  <tt>APACHE_MODULES</tt> and then running (as root) <tt>SuSEconfig</tt> followed by  <tt>rcapache2 start</tt> (or <tt>rcapache2 restart</tt>).
 apache.jk.results.noInstructionsToInstall    = </p><p>Based on your operating system selection, I don't have specific instructions to install <tt>mod_jk</tt>.  You may be able to get a binary release from  <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/"> http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/</a>.  Otherwise, you'll have to build from source.</p><p>To enable <tt>mod_jk</tt> in Apache,  you typically need to install the <tt>.so</tt> (Linux/UNIX/Mac OS X)  or <tt>.dll</tt>  (Windows) and then add a line to the <tt>httpd.conf</tt> file like this:</p> <pre> LoadModule jk_module modules/mod_jk.so</pre> <p>Finally, start or restart Apache.</p>
-apache.jk.results.saveFollowingToFile        = You've decided to save this file at <tt> {0} </tt>.  Please save the following content to that file.
+apache.jk.results.saveFollowingToFile        = You have decided to save this file at <tt> {0} </tt>.  Please save the following content to that file.
 apache.jk.results.saveWhereIfSuSE            = For SuSE, this should be saved to a file in the Apache conf.d dir, e.g.write this content to <tt>/etc/apache2/conf.d/geronimo-jk.conf</tt>
 apache.jk.results.saveWhereOthwise           = This information should be added to the Apache configuration file.  This is often at a location such as <tt>/etc/httpd/conf/httpd.conf</tt>
 apache.jk.results.step1                      = Step 1: Configure Geronimo for AJP