You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by bu...@apache.org on 2013/01/31 01:53:08 UTC

svn commit: r848689 - in /websites/production/geronimo/content: GMOxDOC30/ GMOxKB/ cache/

Author: buildbot
Date: Thu Jan 31 00:53:08 2013
New Revision: 848689

Log:
Production update by buildbot for geronimo

Modified:
    websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html
    websites/production/geronimo/content/GMOxDOC30/running-geronimo-as-a-windows-service.html
    websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html
    websites/production/geronimo/content/GMOxKB/how-to-disable-geronimo-services-to-avoid-port-conflicts.html
    websites/production/geronimo/content/cache/GMOxDOC30.pageCache
    websites/production/geronimo/content/cache/GMOxKB.pageCache

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html Thu Jan 31 00:53:08 2013
@@ -224,7 +224,7 @@ table.ScrollbarTable td.ScrollbarNextIco
 
 <p>After you deploy the application, you should see a confirmation message similar to the following one with the moduleID <tt>sample.applications/HelloWorldApp/1.0/war</tt>, which is assigned to this application within your deployment plan. The confirmation message is displayed in the command window, which is different from the case when you deploy by using the Geronimo Administration Console.</p>
 
-<p><font color="white"></font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat7-javaee6-3.0\bin&gt;deploy --user system --password manager deploy \HelloWorld_1.0\HelloWorld.war
 Using GERONIMO_BASE:   D:\geronimo-tomcat7-javaee6-3.0
 Using GERONIMO_HOME:   D:\geronimo-tomcat7-javaee6-3.0
@@ -246,7 +246,7 @@ Using JRE_HOME:        C:\Java\jdk1.6.0_
 
 <p>This command will stop the running application and then uninstall it. You should see a confirmation message similar to the following one:</p>
 
-<p><font color="white"></font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat7-javaee6-3.0\bin&gt;deploy --user system --password manager undeploy sample.applications/HelloWorldApp/1.0/war
 Using GERONIMO_BASE:   D:\geronimo-tomcat7-javaee6-3.0
 Using GERONIMO_HOME:   D:\geronimo-tomcat7-javaee6-3.0

Modified: websites/production/geronimo/content/GMOxDOC30/running-geronimo-as-a-windows-service.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/running-geronimo-as-a-windows-service.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/running-geronimo-as-a-windows-service.html Thu Jan 31 00:53:08 2013
@@ -172,14 +172,13 @@ This article will show you how to config
 
 <p><tt><b>&lt;geronimo_home&gt;\bin\service_pr.bat install</b></tt></p>
 
-<p>For example:<br clear="none">
-<font color="white">
-</font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<p>For example:</p>
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat7-javaee6-3.0\bin&gt;service_pr.bat install
 The service "geronimosrv" has been installed.
 </pre>
 </div></div>
-<br clear="none" class="atl-forced-newline">
+<p><br clear="none" class="atl-forced-newline"></p>
 
 <p>This will create a Geronimo service for the server with the name "<b>geronimosrv</b>" with default parameters. You can start/stop the Geronimo service using Windows' <tt><b>Services</b></tt> tool or by using <tt><b>&lt;geronimo_home&gt;\bin\geronimosrvw.exe</b></tt> tool. </p>
 <div class="panelMacro"><table class="noteMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">By default the Geronimo service is be configured with "<b>manual</b>" startup type. Use Windows' <tt><b>Services</b></tt> tool or <tt><b>geronimosrvw.exe</b></tt> command to configure it to "automatic" if needed.
@@ -193,8 +192,8 @@ The service "geronimosrv" has been insta
 
 <p><tt><b>&lt;geronimo_home&gt;\bin\service_pr.bat remove</b></tt></p>
 
-<p>For example:<br clear="none">
-<font color="white"></font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<p>For example:</p>
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat7-javaee6-3.0\bin&gt;service_pr.bat remove
 The service 'geronimosrv' has been removed.
 </pre>
@@ -308,9 +307,8 @@ wrapper.ntservice.interactive=false
 
 <p> <tt><b>&lt;geronimo_home&gt;/bin/g_service.bat</b></tt></p>
 
-<p>You should see a screen similar to the following example, note that part has been truncated for display purposes.<br clear="none">
-<font color="white">
-</font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<p>You should see a screen similar to the following example, note that part has been truncated for display purposes.</p>
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>{D:\geronimo-tomcat7-javaee6-3.0\bin&gt;g_service.bat
 wrapper  | --&gt; Wrapper Started as Console
 wrapper  | Launching a JVM...
@@ -373,9 +371,8 @@ jvm 1    | Geronimo Application Server s
 
 <p><tt><b>&lt;geronimo_home&gt;/bin/Install_Geronimo_NT.bat</b></tt></p>
 
-<p>You should get a confirmation screen similar to this example.<br clear="none">
-<font color="white">
-</font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<p>You should get a confirmation screen similar to this example.</p>
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat7-javaee6-3.0\bin&gt;Install_Geronimo_NT.bat
 wrapper  | Apache Geronimo v3.0 Server installed.
 </pre>
@@ -385,9 +382,8 @@ wrapper  | Apache Geronimo v3.0 Server i
 
 <p><tt><b>&lt;geronimo_home&gt;/bin/Uninstall_Geronimo_NT.bat</b></tt></p>
 
-<p>You should get a confirmation screen similar to this example.<br clear="none">
-<font color="white">
-</font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<p>You should get a confirmation screen similar to this example.</p>
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat7-javaee6-3.0\bin&gt;Uninstall_Geronimo_NT.bat
 wrapper  | Apache Geronimo v3.0 Server removed.
 </pre>

Modified: websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html Thu Jan 31 00:53:08 2013
@@ -184,7 +184,7 @@ table.ScrollbarTable td.ScrollbarNextIco
 
 <p>You will receive a list of all the modules installed on the server. Note that the started modules are differentiated by a <b>+</b> sign on the left and are displayed first in the list.</p>
 
-<p><font color="white"></font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat6-jee5-2.0-M2\bin&gt;deploy --user system --password manager list-modules
 Using GERONIMO_BASE:   D:\geronimo-tomcat6-jee5-2.1
 Using GERONIMO_HOME:   D:\geronimo-tomcat6-jee5-2.1
@@ -225,7 +225,7 @@ Found 85 modules
 
 <p>You will receive a confirmation message similar to the following one, indicating that the module has been stopped.</p>
 
-<p><font color="white"></font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat6-jee5-2.0-M2\bin&gt;deploy --user system --password manager stop sample.applications/HelloWorldApp/2.0/war
 Using GERONIMO_BASE:   D:\geronimo-tomcat6-jee5-2.1
 Using GERONIMO_HOME:   D:\geronimo-tomcat6-jee5-2.1
@@ -238,7 +238,7 @@ Using JRE_HOME:        C:\Java\jdk1.5.0_
 
 <p>When you list all the stopped modules, you should see the <b><tt>sample.applications/HelloWorldApp/2.0/war</tt></b> module added to the list. See the command and results in the following example.</p>
 
-<p><font color="white"></font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat6-jee5-2.0-M2\bin&gt;deploy --user system --password manager list-modules --stopped
 Using GERONIMO_BASE:   D:\geronimo-tomcat6-jee5-2.1
 Using GERONIMO_HOME:   D:\geronimo-tomcat6-jee5-2.1
@@ -274,7 +274,7 @@ Found 20 modules
 
 <p>You will receive a confirmation message similar to the following one, indicating that the module has been started.</p>
 
-<p><font color="white"></font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>D:\geronimo-tomcat6-jee5-2.0-M2\bin&gt;deploy --user system --password manager start sample.applications/HelloWorldApp/2.0/war
 Using GERONIMO_BASE:   D:\geronimo-tomcat6-jee5-2.1
 Using GERONIMO_HOME:   D:\geronimo-tomcat6-jee5-2.1

Modified: websites/production/geronimo/content/GMOxKB/how-to-disable-geronimo-services-to-avoid-port-conflicts.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/how-to-disable-geronimo-services-to-avoid-port-conflicts.html (original)
+++ websites/production/geronimo/content/GMOxKB/how-to-disable-geronimo-services-to-avoid-port-conflicts.html Thu Jan 31 00:53:08 2013
@@ -148,8 +148,8 @@ table.ScrollbarTable td.ScrollbarNextIco
 </pre>
 </div></div>
 
-<p>When you run Geronimo these services (gbeans) are shown in the <em>Listening on Ports</em> section at Geronimo startup:<br clear="none">
-<font color="white"></font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<p>When you run Geronimo these services (gbeans) are shown in the <em>Listening on Ports</em> section at Geronimo startup:</p>
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>$ ./bin/geronimo.sh run
 Using GERONIMO_BASE:   c:\geronimo
 Using GERONIMO_HOME:   c:\geronimo
@@ -172,8 +172,8 @@ Starting Geronimo Application Server v2.
    61613 0.0.0.0   ActiveMQ Transport Connector
    61616 0.0.0.0   ActiveMQ Transport Connector
 </pre>
-</div></div><br clear="none">
-The services in question are two ActiveMQ Transport Connectors listening to 61613 and 61616 ports.
+</div></div>
+<p>The services in question are two ActiveMQ Transport Connectors listening to 61613 and 61616 ports.</p>
 
 <p>To disable these two <em>ActiveMQ Transport Connectors</em> you need to disable <b>ActiveMQ.tcp.default</b> and <b>ActiveMQ.stomp.default</b> gbeans. Edit <em>var/config/config.xml</em> and add the attribute <b>load="false"</b> in their gbean definitions. Note the load="false" attributes of the ns2:gbean elements.</p>
 <div class="code panel" style="border-style: solid;border-width: 1px;"><div class="codeHeader panelHeader" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>var/config/config.xml</b></div><div class="codeContent panelContent">
@@ -190,8 +190,8 @@ The services in question are two ActiveM
     <span class="code-tag">&lt;/ns2:module&gt;</span>
 </pre>
 </div></div>
-<p>After the change, when you start up Geronimo it will show you that the gbeans are indeed not started.<br clear="none">
-<font color="white"></font></p><div class="preformatted panel" style="background-color: #000000;border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent" style="background-color: #000000;">
+<p>After the change, when you start up Geronimo it will show you that the gbeans are indeed not started.</p>
+<div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>$ ./bin/geronimo.sh run
 Using GERONIMO_BASE:   c:\geronimo
 Using GERONIMO_HOME:   c:\geronimo
@@ -212,8 +212,8 @@ Starting Geronimo Application Server v2.
     8443 0.0.0.0   Jetty SelectChannel Connector HTTPS
     9999 0.0.0.0   JMX Remoting Connector
 </pre>
-</div></div><br clear="none">
-You do need to be very careful with disabling Geronimo services as some other services can still rely on them and as far as the ActiveMQ services go the following exception might be thrown:
+</div></div>
+<p>You do need to be very careful with disabling Geronimo services as some other services can still rely on them and as far as the ActiveMQ services go the following exception might be thrown:</p>
 <div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedHeader panelHeader" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>javax.resource.ResourceException: Could not create connection</b></div><div class="preformattedContent panelContent">
 <pre>08:56:47,046 ERROR [MCFConnectionInterceptor] Error occurred creating ManagedConnection for org.apache.ger
 onimo.connector.outbound.ConnectionInfo@da9a9

Modified: websites/production/geronimo/content/cache/GMOxDOC30.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/geronimo/content/cache/GMOxKB.pageCache
==============================================================================
Binary files - no diff available.