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 2020/12/06 07:12:34 UTC

svn commit: r1068774 [3/3] - in /websites/production/geronimo/content: ./ GMOxDEV/ GMOxDOC10/ GMOxDOC11/ GMOxDOC12/ GMOxDOC20/ GMOxDOC20ja/ GMOxDOC21/ GMOxDOC22/ GMOxDOC30/ GMOxDOC30/extensible-administration-console.data/ GMOxKB/ cache/ doc/

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 Sun Dec  6 07:12:32 2020
@@ -121,11 +121,11 @@ under the License.
 
 <p>There are several alternatives available for Deploying and undeploying applications:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578840987 {padding: 0px;}
-div.rbtoc1591578840987 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578840987 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238423993 {padding: 0px;}
+div.rbtoc1607238423993 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238423993 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578840987">
+/*]]>*/</style><div class="toc-macro rbtoc1607238423993">
 <ul class="toc-indentation"><li><a shape="rect" href="#Deployingandundeployingapplications-ViaGeronimoAdministrationConsoleGACdeploy">Via Geronimo Administration Console</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViahotdeploymentHotdeploy">Via hot deployment</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViaDeployertooldeployertool">Via Deployer tool</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-Viagogocommandgogodeploy">Via gogo command</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViaGEPGEPdeploy">Via GEP</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViaClusteringWADIdeploy">Via Clustering</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-blueprint-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-blueprint-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-blueprint-application.html Sun Dec  6 07:12:32 2020
@@ -129,11 +129,11 @@ under the License.
 <p>Details on installing Eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578920539 {padding: 0px;}
-div.rbtoc1591578920539 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578920539 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238494446 {padding: 0px;}
+div.rbtoc1607238494446 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238494446 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578920539">
+/*]]>*/</style><div class="toc-macro rbtoc1607238494446">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-CreatinganOSGiEnterpriseApplicationusingEclipse">Creating an OSGi Enterprise Application using Eclipse</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-Addingaclasstotheapiproject">Adding a class to the api project</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-ImplementingtheHelloWorldServiceinteface">Implementing the HelloWorldService inteface</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-Creatingtheclienttoconsumetheservices">Creating the client to consume the services</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-Runanddeploy">Run and deploy</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html Sun Dec  6 07:12:32 2020
@@ -130,11 +130,11 @@ under the License.
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152578448 {padding: 0px;}
-div.rbtoc1607152578448 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152578448 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238361406 {padding: 0px;}
+div.rbtoc1607238361406 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238361406 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152578448">
+/*]]>*/</style><div class="toc-macro rbtoc1607238361406">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-CreatingadynamicWebprojectusingEclipse">Creating a dynamic Web project using Eclipse</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-AddingaJSPtotheproject">Adding a JSP to the project</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-Makinghellp.jspthewelcomefile">Making hellp.jsp the welcome file</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-Runanddeploy">Run and deploy</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-container-managed-persistence-with-jpa.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-container-managed-persistence-with-jpa.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-container-managed-persistence-with-jpa.html Sun Dec  6 07:12:32 2020
@@ -135,15 +135,15 @@ under the License.
 
 <p>The tutorial is divided into the following sections.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152602795 {padding: 0px;}
-div.rbtoc1607152602795 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152602795 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238349748 {padding: 0px;}
+div.rbtoc1607238349748 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238349748 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152602795">
+/*]]>*/</style><div class="toc-macro rbtoc1607238349748">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-SettingtheEclipseenvironment">Setting the Eclipse environment</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-Creatingejbapplicationwithentities">Creating ejb application with entities</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-Creatingwebapplication">Creating web application</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-SettingupthedatabasetablesandtheDatasource">Setting up the database tables and the Datasource</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-Deployingthe(ear)application">Deploying the (ear) application</a></li></ul>
 </div>
 
-<p>The entire application can be downloaded from this <a shape="rect" href="developing-container-managed-persistence-with-jpa.data/ContainerManagedJPA-EAR.ear?version=1&amp;modificationDate=1213308862000&amp;api=v2" data-linked-resource-id="20873760" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="ContainerManagedJPA-EAR.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645262" data-linked-resource-container-version="76">link</a>.</p>
+<p>The entire application can be downloaded from this <a shape="rect" href="developing-container-managed-persistence-with-jpa.data/ContainerManagedJPA-EAR.ear?version=1&amp;modificationDate=1213308862000&amp;api=v2" data-linked-resource-id="20873760" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="ContainerManagedJPA-EAR.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645262" data-linked-resource-container-version="78">link</a>.</p>
 
 <h2 id="DevelopingcontainermanagedpersistencewithJPA-SettingtheEclipseenvironment">Setting the Eclipse environment</h2>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-ejb-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-ejb-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-ejb-applications.html Sun Dec  6 07:12:32 2020
@@ -127,11 +127,11 @@ under the License.
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152539434 {padding: 0px;}
-div.rbtoc1607152539434 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152539434 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238306721 {padding: 0px;}
+div.rbtoc1607238306721 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238306721 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152539434">
+/*]]>*/</style><div class="toc-macro rbtoc1607238306721">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingEJBapplications-EJB2VsEJB3">EJB2 Vs EJB3</a></li><li><a shape="rect" href="#DevelopingEJBapplications-TypesofBeans">Types of Beans</a></li><li><a shape="rect" href="#DevelopingEJBapplications-EJBtutorials">EJB tutorials</a></li></ul>
 </div>
 
@@ -167,10 +167,10 @@ div.rbtoc1607152539434 li {margin-left:
               <a href="javascript:hideChildren()">Hide Children</a></span>
           </div>
           <div class="greybox" id="children" style="display: none;">
-                                      <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Referring+to+an+EJB+from+outside+its+EAR" title="Referring to an EJB from outside its EAR">Referring to an EJB from outside its EAR</a>
+                                      <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/JMS+application+with+Message-Driven+Bean" title="JMS application with Message-Driven Bean">JMS application with Message-Driven Bean</a>
               <span class="smalltext">(Apache Geronimo v3.0)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/JMS+application+with+Message-Driven+Bean" title="JMS application with Message-Driven Bean">JMS application with Message-Driven Bean</a>
+                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Referring+to+an+EJB+from+outside+its+EAR" title="Referring to an EJB from outside its EAR">Referring to an EJB from outside its EAR</a>
               <span class="smalltext">(Apache Geronimo v3.0)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Stateless+Session+Bean" title="Stateless Session Bean">Stateless Session Bean</a>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html Sun Dec  6 07:12:32 2020
@@ -124,7 +124,7 @@ under the License.
 
 <p>Below tutorial explains developing a JSF (JavaServerFaces) application using JPA for persistence. The application has an ejb application and a web application. The ejb application uses JPA to manipulate entities in the database. The web application uses JSF to look up ejbs that trigger operations on the entities. The database being used is the embedded derby database shipped with geronimo. The web application displays a list of currencies of various countries along with the corresponding USD conversion rate. The web interface allows user to add a new currency, edit the existing currency and delete a currency etc. </p>
 
-<p>The application can be downloaded from this <a shape="rect" href="developing-persistence-for-jsf-applications-with-jpa.data/JPA-JSFApp.ear?version=1&amp;modificationDate=1212445244000&amp;api=v2" data-linked-resource-id="20873757" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="JPA-JSFApp.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645260" data-linked-resource-container-version="77">link</a>.</p>
+<p>The application can be downloaded from this <a shape="rect" href="developing-persistence-for-jsf-applications-with-jpa.data/JPA-JSFApp.ear?version=1&amp;modificationDate=1212445244000&amp;api=v2" data-linked-resource-id="20873757" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="JPA-JSFApp.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645260" data-linked-resource-container-version="79">link</a>.</p>
 
 <p>In order to develop, deploy and run the application, the following environment is required.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-user-interface-with-jsf.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-user-interface-with-jsf.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-user-interface-with-jsf.html Sun Dec  6 07:12:32 2020
@@ -125,11 +125,11 @@ under the License.
 
 <p>The tutorial is divided into the following sections.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152612075 {padding: 0px;}
-div.rbtoc1607152612075 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152612075 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238382723 {padding: 0px;}
+div.rbtoc1607238382723 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238382723 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152612075">
+/*]]>*/</style><div class="toc-macro rbtoc1607238382723">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-SettinguptheEclipseenvironment">Setting up the Eclipse environment</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-CreatingWEBapplicationwithentities">Creating WEB application with entities</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-CreatingadynamicWebprojectanddefiningJSFcapabilities">Creating a dynamic Web project and defining JSF capabilities</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-Implementingpersistencefortheapplication">Implementing persistence for the application</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-DefiningUIcomponents">Defining UI components</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-ConfiguringJSFmanagedbeansandassociatingmanagedbeanactionstoevents">Configuring JSF managed beans and associating managed bean actions to events</a></li></ul>
 </li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-SettingupthedatabasetablesandtheDatasource">Setting up the database tables and the Datasource</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-Deployingthe(war)application">Deploying the (war) application</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-Runningtheapplication">Running the application</a></li></ul>
@@ -141,7 +141,7 @@ div.rbtoc1607152612075 li {margin-left:
 
 
 
-<p>The entire application can be downloaded from this <a shape="rect" href="developing-user-interface-with-jsf.data/EmployeeWEB.war?version=1&amp;modificationDate=1214966340000&amp;api=v2" data-linked-resource-id="20873958" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="EmployeeWEB.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645271" data-linked-resource-container-version="75">link</a>.</p>
+<p>The entire application can be downloaded from this <a shape="rect" href="developing-user-interface-with-jsf.data/EmployeeWEB.war?version=1&amp;modificationDate=1214966340000&amp;api=v2" data-linked-resource-id="20873958" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="EmployeeWEB.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645271" data-linked-resource-container-version="77">link</a>.</p>
 
 <h2 id="DevelopinguserinterfacewithJSF-SettinguptheEclipseenvironment">Setting up the Eclipse environment</h2>
 

Modified: websites/production/geronimo/content/GMOxDOC30/ejb-failover.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/ejb-failover.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/ejb-failover.html Sun Dec  6 07:12:32 2020
@@ -122,11 +122,11 @@ under the License.
 <p>In Geronimo, you can configure <a shape="rect" class="external-link" href="http://openejb.apache.org/3.0/failover.html" title="OpenEJB failover">OpenEJB for failover scenarios</a>, such as multipoint and multicast. Further more, Geronimo uses WADI to support failover for Stateful Session Bean (SFSB) in a unicast way.</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578909686 {padding: 0px;}
-div.rbtoc1591578909686 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578909686 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238485010 {padding: 0px;}
+div.rbtoc1607238485010 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238485010 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578909686">
+/*]]>*/</style><div class="toc-macro rbtoc1607238485010">
 <ul class="toc-indentation"><li><a shape="rect" href="#EJBfailover-Enablingmultipoint/multicastfailover">Enabling multipoint/multicast failover</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#EJBfailover-Developingtheclient">Developing the client</a></li><li><a shape="rect" href="#EJBfailover-failoverstrategies">failover strategies</a></li></ul>
 </li><li><a shape="rect" href="#EJBfailover-Enablingunicastfailover">Enabling unicast failover</a>

Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.data/HighLevelPluto.JPG
==============================================================================
Binary files - no diff available.

Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.data/InstApp.jpg
==============================================================================
Binary files - no diff available.

Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.data/helloworld1.jpg
==============================================================================
Binary files - no diff available.

Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.data/helloworld2.jpg
==============================================================================
Binary files - no diff available.

Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.data/noext.jpg
==============================================================================
Binary files - no diff available.

Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.data/startcase.jpg
==============================================================================
Binary files - no diff available.

Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.data/stopcase.jpg
==============================================================================
Binary files - no diff available.

Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.data/withext.jpg
==============================================================================
Binary files - no diff available.

Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.html Sun Dec  6 07:12:32 2020
@@ -117,11 +117,11 @@ under the License.
         <div class="wiki-content">
           <div class="wiki-content maincontent"><p>This document contains the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1515428667972 {padding: 0px;}
-div.rbtoc1515428667972 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1515428667972 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238419767 {padding: 0px;}
+div.rbtoc1607238419767 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238419767 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1515428667972">
+/*]]>*/</style><div class="toc-macro rbtoc1607238419767">
 <ul class="toc-indentation"><li><a shape="rect" href="#ExtensibleAdministrationConsole-Introduction">Introduction</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-InstallationPlanning">Installation Planning</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-InstallingtheExtensibleAdministrationConsole">Installing the Extensible Administration Console</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-InstallinganAdministrationConsoleExtensionin.carformatfromarepository">Installing an Administration Console Extension in .car format from a repository</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-Examples">Examples</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-Customization">Customization</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-Architecture">Architecture</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-Class/DependencyStructure">Class/Dependency Struc
 ture</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-HowtoDevelopanAdministratorConsoleExtension(ACE)">How to Develop an Administrator Console Extension (ACE)</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-SampleExtension">Sample Extension</a></li></ul>
 </div>
 
@@ -234,7 +234,7 @@ Prerequisites</p>
 
 <p>This is an example of a simple ACE file. It is not attached to any components - it simply adds a new "Hello World" portlet to the Extensible Administration Console.</p>
 
-<p>1. Download example-extension-new.war <a shape="rect" href="extensible-administration-console.data/example_extension_new.war?version=1&amp;modificationDate=1235001591000&amp;api=v2" data-linked-resource-id="20874237" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="example_extension_new.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645341" data-linked-resource-container-version="19">example_extension_new.war</a><br clear="none">
+<p>1. Download example-extension-new.war <a shape="rect" href="extensible-administration-console.data/example_extension_new.war?version=1&amp;modificationDate=1235001591000&amp;api=v2" data-linked-resource-id="20874237" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="example_extension_new.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645341" data-linked-resource-container-version="21">example_extension_new.war</a><br clear="none">
 2. Access the Extensible Administration Console by pointing your web browser to <a shape="rect" class="external-link" href="http://localhost:8080/console" rel="nofollow">http://localhost:8080/console</a>.<br clear="none">
 3. Select Deploy New on the left navigation bar.<br clear="none">
 4. Click browse next to Archive and select the example-extension-new.war file. Leave the Plan box blank, Start app after install checked, and Redeploy application unchecked.<br clear="none">
@@ -330,7 +330,7 @@ Figure 5 - We see the administration fea
 <p>To add an <code>AdminConsoleExtensionGBean</code> to your deployable archive file, you need to include the following to your <code>geronimo-web.xml</code> deployment plan:  </p>
 <ol><li>Declare a dependency on the <code>pluto-porta</code> plugin
 <div class="code panel pdl" style="border-style: solid;border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">
+<pre class="brush: java; gutter: false; theme: Default">
 &lt;dependencies&gt;
     ...
 &lt;dependency&gt;
@@ -341,7 +341,7 @@ Figure 5 - We see the administration fea
 </pre>
 </div></div></li><li>Define an <code>AdminConsoleExtensionGBean</code>
 <div class="code panel pdl" style="border-style: solid;border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">
+<pre class="brush: java; gutter: false; theme: Default">
 &lt;gbean name="example" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean"&gt;
     &lt;attribute name="pageTitle"&gt;Testing&lt;/attribute&gt;
     &lt;attribute name="portletContext"&gt;/HelloWorldPortlet&lt;/attribute&gt;
@@ -354,7 +354,7 @@ where the attributes are defined as foll
 
 
 <div class="code panel pdl" style="border-style: solid;border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>Sample geronimo-web.xml</b></div><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">
+<pre class="brush: java; gutter: false; theme: Default">
 &lt;web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.2"&gt;
     &lt;environment&gt;
         &lt;moduleId&gt;
@@ -418,9 +418,9 @@ Example:
 
 <h2 id="ExtensibleAdministrationConsole-SampleExtension">Sample Extension</h2>
 <p>This is a working simple example of an Administration Console Extension.<br clear="none">
-<a shape="rect" href="extensible-administration-console.data/example_extension.war?version=1&amp;modificationDate=1212646675000&amp;api=v2" data-linked-resource-id="20874233" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="example_extension.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645341" data-linked-resource-container-version="19">Download the example WAR</a></p>
+<a shape="rect" href="extensible-administration-console.data/example_extension.war?version=1&amp;modificationDate=1212646675000&amp;api=v2" data-linked-resource-id="20874233" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="example_extension.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645341" data-linked-resource-container-version="21">Download the example WAR</a></p>
 <div class="code panel pdl" style="border-style: solid;border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>HelloWorldPortlet.java</b></div><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">
+<pre class="brush: java; gutter: false; theme: Default">
 package org.apache.pluto.examples;
 
 import java.io.IOException; 

Modified: websites/production/geronimo/content/GMOxDOC30/how-to-build-geronimo-eclipse-plugin-from-source.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/how-to-build-geronimo-eclipse-plugin-from-source.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/how-to-build-geronimo-eclipse-plugin-from-source.html Sun Dec  6 07:12:32 2020
@@ -124,11 +124,11 @@ under the License.
 <p>You can also change the default location of m2repo by modifying &lt;MAVEN_HOME&gt;/conf/settings.xml and modify the following tag<br clear="none">
 &lt;localRepository&gt;C:\m2repo&lt;/localRepository&gt;</p></div></div>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152624368 {padding: 0px;}
-div.rbtoc1607152624368 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152624368 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238394028 {padding: 0px;}
+div.rbtoc1607238394028 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238394028 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152624368">
+/*]]>*/</style><div class="toc-macro rbtoc1607238394028">
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoBuildGeronimoEclipsePluginfromSource-Gettingthesourcecode">Getting the source code</a></li><li><a shape="rect" href="#HowtoBuildGeronimoEclipsePluginfromSource-BuildingSource">Building Source</a></li><li><a shape="rect" href="#HowtoBuildGeronimoEclipsePluginfromSource-OtherMavenoptions">Other Maven options</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoBuildGeronimoEclipsePluginfromSource-SkipTest">Skip Test</a></li></ul>
 </li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html Sun Dec  6 07:12:32 2020
@@ -120,11 +120,11 @@ under the License.
           <div class="wiki-content maincontent">
 <ol><li>Build GEP using Maven.  See <a shape="rect" href="how-to-build-geronimo-eclipse-plugin-from-source.html">How to Build Geronimo Eclipse Plugin from Source</a> for details.  The projects are now ready to be imported into your Eclipse workspace.</li><li>Launch a clean installation of Eclipse Helios SR1 (See <a shape="rect" class="external-link" href="http://cwiki.apache.org/confluence/display/GMOxDOC21/Apache+Geronimo+Development+Tools+Project#ApacheGeronimoDevelopmentToolsProject-Prerequisites">this page</a> for details).</li><li>Follow these steps blow to complete the configuration of Eclipse for GEP development:
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152629203 {padding: 0px;}
-div.rbtoc1607152629203 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152629203 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238401991 {padding: 0px;}
+div.rbtoc1607238401991 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238401991 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152629203">
+/*]]>*/</style><div class="toc-macro rbtoc1607238401991">
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-SetJavaInstalledJREtoJava6">Set Java Installed JRE to Java 6</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-SettheClassPathvariable">Set the ClassPath variable</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-Setthetargetplatform">Set the target platform</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-ImportthesourcecodeinyourEclipseWorkspace">Import the source code in your Eclipse Workspace</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-RunandDebugConfigurations">Run and Debug Configurations</a></li></ul>
 </div></li></ol>
 

Modified: websites/production/geronimo/content/GMOxDOC30/how-to-open-a-bug-for-geronimo-eclipse-plugin.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/how-to-open-a-bug-for-geronimo-eclipse-plugin.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/how-to-open-a-bug-for-geronimo-eclipse-plugin.html Sun Dec  6 07:12:32 2020
@@ -131,11 +131,11 @@ Other questions pertaining to Eclipse, W
 <p>Search the <a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/GERONIMODEVTOOLS">GERONIMODEVTOOLS JIRA issue tracking database</a> to see if your bug has already been reported, or maybe even fixed. You may be able to add additional information to a previously reported bug.</p></div></div>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578879412 {padding: 0px;}
-div.rbtoc1591578879412 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578879412 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238459298 {padding: 0px;}
+div.rbtoc1607238459298 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238459298 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578879412">
+/*]]>*/</style><div class="toc-macro rbtoc1607238459298">
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoopenabugforGeronimoEclipsePlugin-ReportingaGEPbug">Reporting a GEP bug</a></li></ul>
 </div>
 <h1 id="HowtoopenabugforGeronimoEclipsePlugin-ReportingaGEPbug">Reporting a GEP bug</h1>

Modified: websites/production/geronimo/content/GMOxDOC30/inventory-simple-database-access-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/inventory-simple-database-access-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/inventory-simple-database-access-application.html Sun Dec  6 07:12:32 2020
@@ -122,11 +122,11 @@ under the License.
 
 <p>This article is organized in to following sections.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578858254 {padding: 0px;}
-div.rbtoc1591578858254 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578858254 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238442276 {padding: 0px;}
+div.rbtoc1607238442276 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238442276 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578858254">
+/*]]>*/</style><div class="toc-macro rbtoc1607238442276">
 <ul class="toc-indentation"><li><a shape="rect" href="#inventorySimpleDatabaseAccessApplication-ApplicationOverview">Application Overview</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#inventorySimpleDatabaseAccessApplication-Applicationcontents">Application contents</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#inventorySimpleDatabaseAccessApplication-SampleDatabase">Sample Database</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/ldap-realm.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/ldap-realm.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/ldap-realm.html Sun Dec  6 07:12:32 2020
@@ -124,11 +124,11 @@ under the License.
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152657483 {padding: 0px;}
-div.rbtoc1607152657483 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152657483 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238470500 {padding: 0px;}
+div.rbtoc1607238470500 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238470500 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152657483">
+/*]]>*/</style><div class="toc-macro rbtoc1607238470500">
 <ul class="toc-indentation"><li><a shape="rect" href="#LDAPRealm-InstallingApacheDSplugin(optional)">Installing ApacheDS plugin (optional)</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#LDAPRealm-InstallthepluginfromtheGeronimoAdministrationConsole">Install the plugin from the Geronimo Administration Console</a></li><li><a shape="rect" href="#LDAPRealm-Installthepluginfromthecommandline">Install the plugin from the command line</a></li></ul>
 </li><li><a shape="rect" href="#LDAPRealm-DeployingLDAPRealms">Deploying LDAP Realms</a>

Modified: websites/production/geronimo/content/GMOxDOC30/replacing-default-realm-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/replacing-default-realm-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/replacing-default-realm-in-geronimo.html Sun Dec  6 07:12:32 2020
@@ -123,11 +123,11 @@ under the License.
 
 <p>By default, Geronimo is using a .properties file realm for authentication named <code>geronimo-admin</code>, which is used by JMX server, Administration Console, Online-deploy and MEJB applications. However, you may not want to use it for production use. Alternatively, you can use database or LDAP realms in a production environment. To demonstrate how to replace the default realm, we will use two samples as followed:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152653191 {padding: 0px;}
-div.rbtoc1607152653191 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152653191 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238471682 {padding: 0px;}
+div.rbtoc1607238471682 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238471682 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152653191">
+/*]]>*/</style><div class="toc-macro rbtoc1607238471682">
 <ul class="toc-indentation"><li><a shape="rect" href="#ReplacingdefaultRealminGeronimo-Withadatabase-basedrealm">With a database-based realm</a></li><li><a shape="rect" href="#ReplacingdefaultRealminGeronimo-WithaLDAP-basedrealm">With a LDAP-based realm</a></li></ul>
 </div>
 

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 Sun Dec  6 07:12:32 2020
@@ -120,11 +120,11 @@ under the License.
 <p>There are several alternatives available for starting and stopping applications:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578836563 {padding: 0px;}
-div.rbtoc1591578836563 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578836563 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238415071 {padding: 0px;}
+div.rbtoc1607238415071 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238415071 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578836563">
+/*]]>*/</style><div class="toc-macro rbtoc1607238415071">
 <ul class="toc-indentation"><li><a shape="rect" href="#Startingandstoppingapplications-ViaGeronimoAdministrationConsole">Via Geronimo Administration Console</a></li><li><a shape="rect" href="#Startingandstoppingapplications-ViaDeployertool">Via Deployer tool</a></li><li><a shape="rect" href="#Startingandstoppingapplications-ViaGShell">Via GShell</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html Sun Dec  6 07:12:32 2020
@@ -152,11 +152,11 @@ System.out.println("This is a stateless
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. <br clear="none">
 This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152547535 {padding: 0px;}
-div.rbtoc1607152547535 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152547535 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238315224 {padding: 0px;}
+div.rbtoc1607238315224 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238315224 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152547535">
+/*]]>*/</style><div class="toc-macro rbtoc1607238315224">
 <ul class="toc-indentation"><li><a shape="rect" href="#StatelessSessionBean-CreatingaStatelessSessionEJBproject">Creating a Stateless Session EJB project</a></li><li><a shape="rect" href="#StatelessSessionBean-Creatingadatabaseusingtheadministrativeconsole">Creating a database using the administrative console</a></li><li><a shape="rect" href="#StatelessSessionBean-CreatingadatasourceusingAdministrativeConsole">Creating a datasource using Administrative Console</a></li><li><a shape="rect" href="#StatelessSessionBean-Creatingapplicationclient">Creating application client</a></li><li><a shape="rect" href="#StatelessSessionBean-Fewmoreconfigurations">Few more configurations</a></li><li><a shape="rect" href="#StatelessSessionBean-DeployandRun">Deploy and Run</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/tomcat-native-clustering.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/tomcat-native-clustering.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/tomcat-native-clustering.html Sun Dec  6 07:12:32 2020
@@ -121,11 +121,11 @@ under the License.
 <p>The Tomcat Web container provides a native clustering solution that can be configured through Geronimo by using gbean definitions within <code>config.xml</code> or by using <code>server.xml</code> starting from v2.2 just like you did for a standalone Tomcat server.  This document will go through the available GBeans and how to configure them for clustering in a Geronimo server with a tomcat web container.</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578884254 {padding: 0px;}
-div.rbtoc1591578884254 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578884254 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607238464049 {padding: 0px;}
+div.rbtoc1607238464049 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607238464049 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578884254">
+/*]]>*/</style><div class="toc-macro rbtoc1607238464049">
 <ul class="toc-indentation"><li><a shape="rect" href="#TomcatNativeClustering-ClusterConfigurationElements">Cluster Configuration Elements</a></li><li><a shape="rect" href="#TomcatNativeClustering-Settingupaclusteringenvironment">Setting up a clustering environment</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#TomcatNativeClustering-Planningyourcluster">Planning your cluster</a></li><li><a shape="rect" href="#TomcatNativeClustering-PreparingyourWebapplication">Preparing your Web application</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#TomcatNativeClustering-Enablingsessionaffinity">Enabling session affinity</a></li></ul>

Modified: websites/production/geronimo/content/GMOxKB/general.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/general.html (original)
+++ websites/production/geronimo/content/GMOxKB/general.html Sun Dec  6 07:12:32 2020
@@ -111,13 +111,13 @@
                                       <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13403" title="Can my company use Geronimo? Are there any restrictions?">Can my company use Geronimo? Are there any restrictions?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=7541" title="Where is the mailing list, and how can I subscribe?">Where is the mailing list, and how can I subscribe?</a>
+                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=89043" title="Where can I get the latest builds of Geronimo?">Where can I get the latest builds of Geronimo?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13404" title="How is Geronimo designed? Do I need to learn lots of custom config stuff?">How is Geronimo designed? Do I need to learn lots of custom config stuff?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=89043" title="Where can I get the latest builds of Geronimo?">Where can I get the latest builds of Geronimo?</a>
+                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=7541" title="Where is the mailing list, and how can I subscribe?">Where is the mailing list, and how can I subscribe?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13609" title="Does this project use a wiki?">Does this project use a wiki?</a>

Modified: websites/production/geronimo/content/GMOxKB/geronimo-developer-questions.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/geronimo-developer-questions.html (original)
+++ websites/production/geronimo/content/GMOxKB/geronimo-developer-questions.html Sun Dec  6 07:12:32 2020
@@ -108,10 +108,10 @@
               <a href="javascript:hideChildren()">Hide Children</a></span>
           </div>
           <div class="greybox" id="children" style="display: none;">
-                                      <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13444" title="How do I get the latest version?">How do I get the latest version?</a>
+                                      <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51124" title="What format should I use for SVN Commit messages?">What format should I use for SVN Commit messages?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51124" title="What format should I use for SVN Commit messages?">What format should I use for SVN Commit messages?</a>
+                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13444" title="How do I get the latest version?">How do I get the latest version?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13449" title="What on Earth is a GBean? Why are they different from MBeans?">What on Earth is a GBean? Why are they different from MBeans?</a>

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

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

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

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

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

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

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

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

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

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.

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

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

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

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

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

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

Modified: websites/production/geronimo/content/doc/java-ee-50-app-development-on-geronimo-simplified-using-eclipse.html
==============================================================================
--- websites/production/geronimo/content/doc/java-ee-50-app-development-on-geronimo-simplified-using-eclipse.html (original)
+++ websites/production/geronimo/content/doc/java-ee-50-app-development-on-geronimo-simplified-using-eclipse.html Sun Dec  6 07:12:32 2020
@@ -104,7 +104,7 @@
 3) Debugging the Java EE application using Eclipse Debugger.</p>
 
 <p>Session material can be downloaded from here:<br clear="none">
-<a shape="rect" href="java-ee-50-app-development-on-geronimo-simplified-using-eclipse.data/JavaEE_App_Development_Geronimo_Eclipse.zip?version=1&amp;modificationDate=1194823193000&amp;api=v2" data-linked-resource-id="59670921" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="JavaEE_App_Development_Geronimo_Eclipse.zip" data-nice-type="Zip Archive" data-linked-resource-content-type="application/zip" data-linked-resource-container-id="65585" data-linked-resource-container-version="70">JavaEE_App_Development_Geronimo_Eclipse.zip</a></p></div>
+<a shape="rect" href="java-ee-50-app-development-on-geronimo-simplified-using-eclipse.data/JavaEE_App_Development_Geronimo_Eclipse.zip?version=1&amp;modificationDate=1194823193000&amp;api=v2" data-linked-resource-id="59670921" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="JavaEE_App_Development_Geronimo_Eclipse.zip" data-nice-type="Zip Archive" data-linked-resource-content-type="application/zip" data-linked-resource-container-id="65585" data-linked-resource-container-version="72">JavaEE_App_Development_Geronimo_Eclipse.zip</a></p></div>
         </div>
 
         

Modified: websites/production/geronimo/content/doc/pluggable-administration-console.html
==============================================================================
--- websites/production/geronimo/content/doc/pluggable-administration-console.html (original)
+++ websites/production/geronimo/content/doc/pluggable-administration-console.html Sun Dec  6 07:12:32 2020
@@ -98,18 +98,18 @@
 <p>The following presentation shows the new pluggable console for Little-G. This new console allows easier integration for the newly installed plugins providing a framework for integrating the corresponding administration portlets.</p>
 
 <p></p><div class="embeddedObject">
-    <object allowscriptaccess="never" allownetworking="none" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" data="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1520ca5092f2ce71266a70ac1d8247e12ffec8b2" height="600" type="application/x-shockwave-flash" width="800">
+    <object allowscriptaccess="never" allownetworking="none" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" data="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1930bcbfabc693c571ca2a28363e54a5821afcfc" height="600" type="application/x-shockwave-flash" width="800">
      <param valuetype="data" name="AllowScriptAccess" value="never">  <param valuetype="data" name="allowNetworking" value="none">                 <param valuetype="data" name="play" value="false">
                     <param valuetype="data" name="autostart" value="false">
-                    <param valuetype="data" name="data" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1520ca5092f2ce71266a70ac1d8247e12ffec8b2">
+                    <param valuetype="data" name="data" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1930bcbfabc693c571ca2a28363e54a5821afcfc">
                     <param valuetype="data" name="loop" value="false">
                     <param valuetype="data" name="menu" value="false">
-                    <param valuetype="data" name="movie" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1520ca5092f2ce71266a70ac1d8247e12ffec8b2">
+                    <param valuetype="data" name="movie" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1930bcbfabc693c571ca2a28363e54a5821afcfc">
                     <param valuetype="data" name="quality" value="high">
                     <param valuetype="data" name="scale" value="exactfit">
-                    <param valuetype="data" name="src" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1520ca5092f2ce71266a70ac1d8247e12ffec8b2">
+                    <param valuetype="data" name="src" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1930bcbfabc693c571ca2a28363e54a5821afcfc">
                     <param valuetype="data" name="type" value="application/x-shockwave-flash">
-                <embed allowscriptaccess="never" allownetworking="none" play="false" autostart="false" height="600" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1520ca5092f2ce71266a70ac1d8247e12ffec8b2" type="application/x-shockwave-flash" scale="exactfit" width="800">
+                <embed allowscriptaccess="never" allownetworking="none" play="false" autostart="false" height="600" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1930bcbfabc693c571ca2a28363e54a5821afcfc" type="application/x-shockwave-flash" scale="exactfit" width="800">
     </embed>
                         </object>
 

Modified: websites/production/geronimo/content/get-involved.html
==============================================================================
--- websites/production/geronimo/content/get-involved.html (original)
+++ websites/production/geronimo/content/get-involved.html Sun Dec  6 07:12:32 2020
@@ -361,7 +361,7 @@ Plugins
 
 <h3 id="GetInvolved-Showyoursupport!">Show your support!</h3>
 
-<p>Use the following <a shape="rect" href="get-involved.data/geronimo_email_closing.zip?version=1&amp;modificationDate=1223369935000&amp;api=v2" data-linked-resource-id="9132" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="geronimo_email_closing.zip" data-nice-type="Zip Archive" data-linked-resource-content-type="application/zip" data-linked-resource-container-id="11749" data-linked-resource-container-version="26">email closing template</a> and/or <a shape="rect" class="external-link" href="http://geronimo.apache.org/images/geronimo_email_logo.gif">Geronimo Logo</a> to help show your support and involvement with Apache Geronimo.<br clear="none">
+<p>Use the following <a shape="rect" href="get-involved.data/geronimo_email_closing.zip?version=1&amp;modificationDate=1223369935000&amp;api=v2" data-linked-resource-id="9132" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="geronimo_email_closing.zip" data-nice-type="Zip Archive" data-linked-resource-content-type="application/zip" data-linked-resource-container-id="11749" data-linked-resource-container-version="28">email closing template</a> and/or <a shape="rect" class="external-link" href="http://geronimo.apache.org/images/geronimo_email_logo.gif">Geronimo Logo</a> to help show your support and involvement with Apache Geronimo.<br clear="none">
 <span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="get-involved.data/email_closing_template.png"></span></p>
 
 <div class="sectionColumnWrapper"><div class="sectionMacro">