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 2019/09/06 01:15:25 UTC

svn commit: r1049698 [17/18] - in /websites/production/geronimo/content: GMOxDEV/ GMOxDOC10/ GMOxDOC11/ GMOxDOC12/ GMOxDOC20/ GMOxDOC20es/ GMOxDOC20ja/ GMOxDOC21/ GMOxDOC22/ GMOxDOC30/ GMOxKB/ GMOxPMGT/ GMOxSAMPLES/ GMOxSBOX/ cache/ doc/ gshell/

Modified: websites/production/geronimo/content/GMOxKB/instructions.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/instructions.html (original)
+++ websites/production/geronimo/content/GMOxKB/instructions.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="glossary.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Glossary</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="the-ldap-server-in-geronimo-202.html" rel="next">
-                <span class="title">the LDAP server in Geronimo 2.0.2</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <div class="confluence-information-macro confluence-information-macro-note"><span class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>This is still a work in progress...</p></div></div>
 

Modified: websites/production/geronimo/content/GMOxKB/is-it-possible-to-get-a-reference-to-the-mbeanserver-from-a-gbean.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/is-it-possible-to-get-a-reference-to-the-mbeanserver-from-a-gbean.html (original)
+++ websites/production/geronimo/content/GMOxKB/is-it-possible-to-get-a-reference-to-the-mbeanserver-from-a-gbean.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="gbean-development.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">GBean Development</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="is-it-possible-to-get-a-reference-to-the-notificationbroadcastersupport-from-a-gbean.html" rel="next">
-                <span class="title">Is it possible to get a reference to the NotificationBroadcasterSupport from a GBean?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Yes.  Simply add a reference of type MBeanServerReference to your GBeanInfo, and call the <code>getMBeanServer()</code> on the reference to obtain the MBeanServer.  For example:</p>
 

Modified: websites/production/geronimo/content/GMOxKB/is-it-possible-to-get-a-reference-to-the-notificationbroadcastersupport-from-a-gbean.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/is-it-possible-to-get-a-reference-to-the-notificationbroadcastersupport-from-a-gbean.html (original)
+++ websites/production/geronimo/content/GMOxKB/is-it-possible-to-get-a-reference-to-the-notificationbroadcastersupport-from-a-gbean.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="is-it-possible-to-get-a-reference-to-the-mbeanserver-from-a-gbean.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Is it possible to get a reference to the MBeanServer from a GBean?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="gbean-development.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">GBean Development</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Yes. The following example shows how to obtain a reference to the NotificationBroadcasterSupport for the GBean and demonstrates how to send notifications using the NotificationBroadcasterSupport:</p>
 
 <div class="code panel pdl" style="border-style: solid;border-width: 1px;"><div class="codeContent panelContent pdl">

Modified: websites/production/geronimo/content/GMOxKB/jetty-or-tomcat.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/jetty-or-tomcat.html (original)
+++ websites/production/geronimo/content/GMOxKB/jetty-or-tomcat.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="how-to-disable-geronimo-services-to-avoid-port-conflicts.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How to disable Geronimo services to avoid port conflicts</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="admin-questions.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Admin questions</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="remote-admin-using-deployerjar-fails-to-connect-when-ipv6-is-used.html" rel="next">
-                <span class="title">Remote admin using deployer.jar fails to connect when IPv6 is used</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Geronimo support two web containers: Jetty and Apache Tomcat.   While Jetty is not an apache project, it was initially selected for Geronimo as it is simpler to embed and Jetty developers are involved with the Geronimo project. As some users have specific requirements for Tomcat, an integration of Tomcat is also available.  The ability to switch servlet containers is a demonstration of the flexibility of the Geronimo architecture.</p>
 

Modified: websites/production/geronimo/content/GMOxKB/mi-compaa-puede-usar-geronimo-existen-restricciones.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/mi-compaa-puede-usar-geronimo-existen-restricciones.html (original)
+++ websites/production/geronimo/content/GMOxKB/mi-compaa-puede-usar-geronimo-existen-restricciones.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="este-proyecto-usa-algn-wiki.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">&#191;Este proyecto usa alg&#250;n wiki?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="genricas.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Gen&#233;ricas</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="porqu-debera-usar-a-geronimo-en-lugar-de-otro-servidor-de-aplicaciones.html" rel="next">
-                <span class="title">&#191;Porqu&#233; deber&#237;a usar a Geronimo en lugar de otro servidor-de-aplicaciones?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Por favor, lea la <a shape="rect" class="external-link" href="http://www.apache.org/licenses/LICENSE-2.0.html">licencia Apache</a>.</p></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/pf.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/pf.html (original)
+++ websites/production/geronimo/content/GMOxKB/pf.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="instrucciones.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Instrucciones</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="indice.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Indice</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="temas.html" rel="next">
-                <span class="title">Temas</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <ul class="childpages-macro"><li><a shape="rect" href="desarrollo-de-gbean.html">Desarrollo de GBean</a><ul class="childpages-macro"><li><a shape="rect" href="es-posible-obtener-una-referencia-al-mbeanserver-desde-un-gbean.html">&#191;Es posible obtener una referencia al MBeanServer desde un GBean?</a></li></ul></li><li><a shape="rect" href="genricas.html">Gen&#233;ricas</a><ul class="childpages-macro"><li><a shape="rect" href="cmo-esta-diseado-geronimo-necesito-aprender-muchas-cosas-de-configuracin-adaptable.html">&#191;C&#243;mo esta dise&#241;ado Geronimo? &#191;Necesito aprender muchas cosas de configuraci&#243;n adaptable?</a></li><li><a shape="rect" href="dnde-est-la-lista-de-correo-y-cmo-me-puedo-registrar.html">&#191;D&#243;nde est&#225; la lista de correo, y c&#243;mo me puedo registrar?</a></li><li><a shape="rect" href="este-proyecto-usa-algn-wiki.html">&#191;Este proyecto usa alg&#250;n wiki?</a></li><li><a shape="rect" href="mi-compaa-puede-usar-geronimo-existen-restricc
 iones.html">&#191;Mi compa&#241;&#237;a puede usar Geronimo? &#191;Existen restricciones?</a></li><li><a shape="rect" href="porqu-debera-usar-a-geronimo-en-lugar-de-otro-servidor-de-aplicaciones.html">&#191;Porqu&#233; deber&#237;a usar a Geronimo en lugar de otro servidor-de-aplicaciones?</a></li><li><a shape="rect" href="porqu-existe-geronimo.html">&#191;Porqu&#233; existe Geronimo?</a></li><li><a shape="rect" href="qu-es-geronimo.html">&#191;Qu&#233; es Geronimo?</a></li><li><a shape="rect" href="qu-puedo-hacer-con-geronimo-justo-en-estos-momentos.html">&#191;Qu&#233; puedo hacer con Geronimo justo en estos momentos?</a></li><li><a shape="rect" href="me-gustara-saber-ms-sobre-el-proyecto-y-probablemente-contribuir-qu-debo-hacer.html">Me gustar&#237;a saber m&#225;s sobre el proyecto y probablemente contribuir. &#191;Qu&#233; debo hacer?</a></li><li><a shape="rect" href="tanto-geronimo-como-tomcat-son-creados-por-apache-cul-es-la-diferencia-entre-esos-proyectos.html">Tanto Geronim
 o como Tomcat son creados por Apache, &#191;cu&#225;l es la diferencia entre esos proyectos?</a></li></ul></li><li><a shape="rect" href="preguntas-de-administracin.html">Preguntas de Administraci&#243;n</a><ul class="childpages-macro"><li><a shape="rect" href="cmo-puedo-agregar-servicios-adicionales-como-tomcat-openejb-openjms-etc.html">&#191;C&#243;mo puedo agregar servicios adicionales como Tomcat, OpenEJB, OpenJMS etc.?</a></li><li><a shape="rect" href="cmo-puedo-iniciar-la-instalacin-de-geronimo.html">&#191;C&#243;mo puedo iniciar la instalaci&#243;n de Geronimo?</a></li><li><a shape="rect" href="jetty-tomcat.html">&#191;Jetty &#243; Tomcat?</a></li></ul></li><li><a shape="rect" href="preguntas-de-desarrollador-de-geronimo.html">Preguntas de desarrollador de Geronimo</a><ul class="childpages-macro"><li><a shape="rect" href="cmo-me-involucro.html">&#191;C&#243;mo me involucro?</a></li><li><a shape="rect" href="cmo-obtengo-la-ltima-versin.html">&#191;C&#243;mo obtengo la &#250;lti
 ma versi&#243;n?</a></li><li><a shape="rect" href="cmo-preparo-al-ide-de-eclipse.html">&#191;C&#243;mo preparo al IDE de Eclipse?</a></li><li><a shape="rect" href="cmo-preparo-al-ide-de-intellij.html">&#191;C&#243;mo preparo al IDE de IntelliJ?</a></li><li><a shape="rect" href="cmo-preparo-al-ide-de-netbeans.html">&#191;C&#243;mo preparo al IDE de NetBeans?</a></li><li><a shape="rect" href="qu-es-un-gbean-porqu-son-distintos-a-los-mbeans.html">&#191;Qu&#233; es un GBean? &#191;Porqu&#233; son distintos a los MBeans?</a></li></ul></li></ul> </div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/preguntas-de-administracin.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/preguntas-de-administracin.html (original)
+++ websites/production/geronimo/content/GMOxKB/preguntas-de-administracin.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="genricas.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Gen&#233;ricas</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="pf.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">PF</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="preguntas-de-desarrollador-de-geronimo.html" rel="next">
-                <span class="title">Preguntas de desarrollador de Geronimo</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <ul class="childpages-macro"><li><a shape="rect" href="cmo-puedo-agregar-servicios-adicionales-como-tomcat-openejb-openjms-etc.html">&#191;C&#243;mo puedo agregar servicios adicionales como Tomcat, OpenEJB, OpenJMS etc.?</a></li><li><a shape="rect" href="cmo-puedo-iniciar-la-instalacin-de-geronimo.html">&#191;C&#243;mo puedo iniciar la instalaci&#243;n de Geronimo?</a></li><li><a shape="rect" href="jetty-tomcat.html">&#191;Jetty &#243; Tomcat?</a></li></ul></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/preguntas-de-desarrollador-de-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/preguntas-de-desarrollador-de-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxKB/preguntas-de-desarrollador-de-geronimo.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="preguntas-de-administracin.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Preguntas de Administraci&#243;n</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="pf.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">PF</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <ul class="childpages-macro"><li><a shape="rect" href="cmo-me-involucro.html">&#191;C&#243;mo me involucro?</a></li><li><a shape="rect" href="cmo-obtengo-la-ltima-versin.html">&#191;C&#243;mo obtengo la &#250;ltima versi&#243;n?</a></li><li><a shape="rect" href="cmo-preparo-al-ide-de-eclipse.html">&#191;C&#243;mo preparo al IDE de Eclipse?</a></li><li><a shape="rect" href="cmo-preparo-al-ide-de-intellij.html">&#191;C&#243;mo preparo al IDE de IntelliJ?</a></li><li><a shape="rect" href="cmo-preparo-al-ide-de-netbeans.html">&#191;C&#243;mo preparo al IDE de NetBeans?</a></li><li><a shape="rect" href="qu-es-un-gbean-porqu-son-distintos-a-los-mbeans.html">&#191;Qu&#233; es un GBean? &#191;Porqu&#233; son distintos a los MBeans?</a></li></ul></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/temas.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/temas.html (original)
+++ websites/production/geronimo/content/GMOxKB/temas.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="pf.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">PF</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="indice.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Indice</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <ul class="childpages-macro"><li><a shape="rect" href="tema-ejemplo.html">Tema Ejemplo</a></li></ul> </div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/topics.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/topics.html (original)
+++ websites/production/geronimo/content/GMOxKB/topics.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="the-ldap-server-in-geronimo-202.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">the LDAP server in Geronimo 2.0.2</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <ul class="childpages-macro"><li><a shape="rect" href="how-openejb-integration-works.html">How OpenEJB integration works</a></li><li><a shape="rect" href="remote-deployer-protocol.html">Remote Deployer protocol</a></li></ul> </div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/web-services-questions.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/web-services-questions.html (original)
+++ websites/production/geronimo/content/GMOxKB/web-services-questions.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="geronimo-developer-questions.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Geronimo developer questions</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="faq.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">FAQ</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <ul class="childpages-macro"><li><a shape="rect" href="how-do-i-enable-security-for-ejb-web-service.html">How do I enable security for EJB Web Service?</a></li><li><a shape="rect" href="how-do-i-specify-a-different-endpoint-address-for-my-web-service.html">How do I specify a different endpoint address for my Web Service?</a></li><li><a shape="rect" href="what-is-the-endpoint-address-of-my-web-service.html">What is the endpoint address of my Web Service?</a></li><li><a shape="rect" href="what-web-services-standards-are-supported-in-geronimo.html">What Web Services standards are supported in Geronimo?</a></li></ul></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/what-is-the-endpoint-address-of-my-web-service.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/what-is-the-endpoint-address-of-my-web-service.html (original)
+++ websites/production/geronimo/content/GMOxKB/what-is-the-endpoint-address-of-my-web-service.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="how-do-i-specify-a-different-endpoint-address-for-my-web-service.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How do I specify a different endpoint address for my Web Service?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="web-services-questions.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Web Services questions</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="what-web-services-standards-are-supported-in-geronimo.html" rel="next">
-                <span class="title">What Web Services standards are supported in Geronimo?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <h4 id="WhatistheendpointaddressofmyWebService?-Servlet-basedJAX-WSWebServices">Servlet-based JAX-WS Web Services</h4>
 
 <p>For servlet-based JAX-WS Web Services the default endpoint address is:</p>

Modified: websites/production/geronimo/content/GMOxKB/where-can-i-get-the-latest-builds-of-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/where-can-i-get-the-latest-builds-of-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxKB/where-can-i-get-the-latest-builds-of-geronimo.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="what-is-geronimo.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">What is Geronimo?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="general.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">General</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="where-is-the-mailing-list-and-how-can-i-subscribe.html" rel="next">
-                <span class="title">Where is the mailing list, and how can I subscribe?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Follow the links below to get the latest binary builds of Geronimo:</p>
 
 <ul><li><a shape="rect" class="external-link" href="http://people.apache.org/builds/geronimo/server/binaries/trunk">2.2 (trunk)</a></li></ul>

Modified: websites/production/geronimo/content/GMOxKB/where-is-the-mailing-list-and-how-can-i-subscribe.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/where-is-the-mailing-list-and-how-can-i-subscribe.html (original)
+++ websites/production/geronimo/content/GMOxKB/where-is-the-mailing-list-and-how-can-i-subscribe.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="where-can-i-get-the-latest-builds-of-geronimo.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Where can I get the latest builds of Geronimo?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="general.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">General</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="why-does-geronimo-exist.html" rel="next">
-                <span class="title">Why does Geronimo exist?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>The users mailing list is <a shape="rect" class="external-link" href="mailto:user@geronimo.apache.org" rel="nofollow">user@geronimo.apache.org</a>. You can subscribe by sending an e-mail to <a shape="rect" class="external-link" href="mailto:user-subscribe@geronimo.apache.org" rel="nofollow">user-subscribe@geronimo.apache.org</a>. To catch up on old messages, read the <a shape="rect" class="external-link" href="http://mail-archives.apache.org/mod_mbox/geronimo-user/">mailing list archive</a></p>
 

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2007-04-april.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2007-04-april.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2007-04-april.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-board-report-2007-01-january.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo Board Report - 2007-01 - January</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-board-reports.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Board Reports</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-board-report-2007-07-july.html" rel="next">
-                <span class="title">Apache Geronimo Board Report - 2007-07 - July</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="ApacheGeronimoBoardReport-2007-04-April-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
 <p>The Apache Geronimo Project has been mostly focusing on achieving Java EE 5 functionality for its 2.0 release.  We have been refining our release procedures and as a result have been fairly consistent at releasing monthly Milestones to make our work in progress available to users.</p>

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2009-10-october.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2009-10-october.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2009-10-october.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-board-report-2009-07-july.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo Board Report - 2009-07 - July</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-board-reports.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Board Reports</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-board-report-2010-01-january.html" rel="next">
-                <span class="title">Apache Geronimo Board Report - 2010-01 - January</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="ApacheGeronimoBoardReport-2009-10-October-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
 

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-04-april.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-04-april.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-04-april.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-board-report-2010-01-january.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo Board Report - 2010-01 - January</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-board-reports.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Board Reports</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-board-report-2010-07-july.html" rel="next">
-                <span class="title">Apache Geronimo Board Report - 2010-07 - July</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="ApacheGeronimoBoardReport-2010-04-April-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
 

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-07-july.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-07-july.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-07-july.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-board-report-2010-04-april.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo Board Report - 2010-04 - April</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-board-reports.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Board Reports</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-board-report-2010-10-october.html" rel="next">
-                <span class="title">Apache Geronimo Board Report - 2010-10 - October</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="ApacheGeronimoBoardReport-2010-07-July-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
 

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-10-october.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-10-october.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-10-october.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-board-report-2010-07-july.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo Board Report - 2010-07 - July</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-board-reports.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Board Reports</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-board-report-2011-01-january.html" rel="next">
-                <span class="title">Apache Geronimo Board Report - 2011-01 - January</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="ApacheGeronimoBoardReport-2010-10-October-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
 

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-development-process.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-development-process.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-development-process.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-board-reports.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo Board Reports</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="documentation.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Documentation</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-release-roadmaps.html" rel="next">
-                <span class="title">Apache Geronimo Release Roadmaps</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>This section describes in detail the inner workings of the Geronimo project. Here you will find information about the open source community and the Apache Software Foundation (ASF), how the Geronimo project is managed, the different players involed in making Geronimo and last, but not least, how you can contribute to this project.</p>
 
 <ol><li><a shape="rect" href="open-source-community-overview.html">Open Source Community overview</a>

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-release-status.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-release-status.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-release-status.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-release-roadmaps.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo Release Roadmaps</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="documentation.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Documentation</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="commit-then-review-ctr-comeback-policy.html" rel="next">
-                <span class="title">Commit-Then-Review (CTR) Comeback Policy</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <ul class="childpages-macro"><li><a shape="rect" href="geronimo-203-release-status-done.html">Geronimo 2.0.3 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-20-snapshot-dependencies-status-done.html">Geronimo 2.0 - SNAPSHOT dependencies Status -- Done</a></li><li><a shape="rect" href="geronimo-211-release-status-done.html">Geronimo 2.1.1 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-212-release-status-done.html">Geronimo 2.1.2 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-213-release-status-done.html">Geronimo 2.1.3 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-214-release-status-done.html">Geronimo 2.1.4 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-215-release-status-done.html">Geronimo 2.1.5 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-217-release-status-done.html">Geronimo 2.1.7 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-218-release-status
 -done.html">Geronimo 2.1.8 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-221-release-status-done.html">Geronimo 2.2.1 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-222-release-status-ongoing.html">Geronimo 2.2.2 Release Status  --Ongoing</a></li><li><a shape="rect" href="geronimo-22-release-status-done.html">Geronimo 2.2 Release Status  --Done</a></li><li><a shape="rect" href="geronimo-300-release-status-done.html">Geronimo 3.0.0 Release Status  --Done</a><ul class="childpages-macro"><li><a shape="rect" href="original-status-tracking.html">Original Status Tracking</a></li></ul></li><li><a shape="rect" href="geronimo-30-beta-release-status-done.html">Geronimo 3.0-beta Release Status  --Done</a></li><li><a shape="rect" href="geronimo-samples-212-release-status-done.html">Geronimo Samples 2.1.2 release Status  --Done</a></li><li><a shape="rect" href="unassigned-jiras.html">Unassigned JIRAs</a></li></ul></div>
         </div>
 

Modified: websites/production/geronimo/content/GMOxPMGT/geronimo-20-release-roadmap.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/geronimo-20-release-roadmap.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/geronimo-20-release-roadmap.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="java-ee-5-releases.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Java EE 5 Releases</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="geronimo-21-release-roadmap.html" rel="next">
-                <span class="title">Geronimo 2.1 Release Roadmap</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="Geronimo2.0ReleaseRoadmap-Geronimo2.0ReleaseRoadmap">Geronimo 2.0 Release Roadmap</h1>
 

Modified: websites/production/geronimo/content/GMOxPMGT/geronimo-21-release-roadmap.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/geronimo-21-release-roadmap.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/geronimo-21-release-roadmap.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="geronimo-20-release-roadmap.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Geronimo 2.0 Release Roadmap</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="java-ee-5-releases.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Java EE 5 Releases</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="geronimo-22-release-roadmap.html" rel="next">
-                <span class="title">Geronimo 2.2 Release Roadmap</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="Geronimo2.1ReleaseRoadmap-MajorFeaturesforGeronimo2.1">Major Features for Geronimo 2.1</h1>
 

Modified: websites/production/geronimo/content/GMOxPMGT/geronimo-30-release-roadmap.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/geronimo-30-release-roadmap.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/geronimo-30-release-roadmap.html Fri Sep  6 01:15:20 2019
@@ -95,22 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="java-ee-6-releases.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Java EE 6 Releases</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="Geronimo3.0ReleaseRoadmap-MajorFeaturesforGeronimo3.0">Major Features for Geronimo 3.0</h1>
 

Modified: websites/production/geronimo/content/GMOxPMGT/geronimo-release-process.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/geronimo-release-process.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/geronimo-release-process.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="geronimo-project-policies.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Geronimo Project Policies</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="documentation.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Documentation</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <h3 id="GeronimoReleaseProcess-GeronimoServerNewReleaseProcess">Geronimo Server New Release Process</h3>
 <p><a shape="rect" href="geronimo-30x-release-process.html">Geronimo 3.0.x Release Process</a><br clear="none">
 <a shape="rect" href="geronimo-21x-release-process.html">Geronimo 2.1.x Release Process</a> (under construction)</p>

Modified: websites/production/geronimo/content/GMOxPMGT/java-ee-5-releases.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/java-ee-5-releases.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/java-ee-5-releases.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="geronimo-futures.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Geronimo Futures</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-release-roadmaps.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Release Roadmaps</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="java-ee-6-releases.html" rel="next">
-                <span class="title">Java EE 6 Releases</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h2 id="JavaEE5Releases-JavaEE5Spec">Java EE 5 Spec</h2>
 

Modified: websites/production/geronimo/content/GMOxPMGT/open-source-community-overview.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/open-source-community-overview.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/open-source-community-overview.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="merge-etiquette.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Merge etiquette</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-development-process.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Development Process</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="release-manager-checklist.html" rel="next">
-                <span class="title">Release Manager Checklist</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p><span class="confluence-anchor-link" id="OpenSourceCommunityoverview-top"></span></p>
 <h1 id="OpenSourceCommunityoverview-AboutApacheSoftwareFoundation(ASF)ASF">About Apache Software Foundation (ASF) <span class="confluence-anchor-link" id="OpenSourceCommunityoverview-ASF"></span></h1>

Modified: websites/production/geronimo/content/GMOxPMGT/unassigned-jiras.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/unassigned-jiras.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/unassigned-jiras.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="geronimo-samples-212-release-status-done.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Geronimo Samples 2.1.2 release Status  --Done</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-release-status.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Release Status</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="UnassignedJIRAs-Createdinlastweek">Created in last week</h1>
 

Modified: websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v10-samples.html
==============================================================================
--- websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v10-samples.html (original)
+++ websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v10-samples.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-v11-samples.html" rel="next">
-                <span class="title">Apache Geronimo v1.1 Samples</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Listed below are the sample applications for Apache Geronimo v1.0. Note that when you click on any of these samples you will be redirected to the Apache Geronimo v1.0 documentation.</p>
 
 <ul class="childpages-macro"><li><a shape="rect" href="../GMOxDOC10/day-trader.html">Day Trader</a></li><li><a shape="rect" href="../GMOxDOC10/developing-and-deploying-a-stock-control-application-with-geronimo-and-myeclipse.html">Developing and Deploying a stock control application with Geronimo and MyEclipse</a></li><li><a shape="rect" href="../GMOxDOC10/geronimo-clustering-example.html">Geronimo Clustering Example</a></li><li><a shape="rect" href="../GMOxDOC10/jsp-examples.html">JSP Examples</a></li><li><a shape="rect" href="../GMOxDOC10/sample-template.html">Sample Template</a></li><li><a shape="rect" href="../GMOxDOC10/servlet-examples.html">Servlet Examples</a></li><li><a shape="rect" href="../GMOxDOC10/specjappserver2004.html">SPECjAppServer2004</a></li><li><a shape="rect" href="../GMOxDOC10/web-services-sample.html">Web Services Sample</a></li></ul></div>

Modified: websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v11-samples.html
==============================================================================
--- websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v11-samples.html (original)
+++ websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v11-samples.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-v10-samples.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo v1.0 Samples</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-v12-samples.html" rel="next">
-                <span class="title">Apache Geronimo v1.2 Samples</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Listed below are the sample applications for Apache Geronimo v1.1. Note that when you click on any of these samples you will be redirected to the Apache Geronimo v1.1 documentation.</p>
 
 <ul class="childpages-macro"><li><a shape="rect" href="../GMOxDOC11/advanced-plugin-sample.html">Advanced plugin sample</a></li><li><a shape="rect" href="../GMOxDOC11/db-pool-testing-sample-application.html">DB Pool Testing sample application</a></li><li><a shape="rect" href="../GMOxDOC11/ejb-sample-application.html">EJB sample application</a></li><li><a shape="rect" href="../GMOxDOC11/exposing-web-applications-on-distinct-ports.html">Exposing Web applications on distinct ports</a></li><li><a shape="rect" href="../GMOxDOC11/geronimo-tomcat-context-level-clustering-sample-application.html">Geronimo Tomcat Context Level Clustering - Sample Application</a></li><li><a shape="rect" href="../GMOxDOC11/geronimo-tomcat-host-level-clustering-sample-application.html">Geronimo Tomcat Host Level Clustering - Sample Application</a></li><li><a shape="rect" href="../GMOxDOC11/jms-and-mdb-sample-application.html">JMS and MDB sample application</a></li><li><a shape="rect" href="../GMOxDOC11/ldap-sam
 ple-application.html">LDAP sample application</a></li><li><a shape="rect" href="../GMOxDOC11/simple-database-access-sample-application.html">Simple database access sample application</a></li><li><a shape="rect" href="../GMOxDOC11/specjappserver2004.html">SPECjAppServer2004</a></li><li><a shape="rect" href="../GMOxDOC11/very-simple-example-of-cmp-ejb.html">Very simple example of CMP EJB</a></li><li><a shape="rect" href="../GMOxDOC11/very-simple-session-ejb-example.html">Very simple Session EJB example</a></li><li><a shape="rect" href="../GMOxDOC11/web-application-security-sample.html">Web application security sample</a></li><li><a shape="rect" href="../GMOxDOC11/web-services-sample-application.html">Web services sample application</a></li></ul></div>

Modified: websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v12-samples.html
==============================================================================
--- websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v12-samples.html (original)
+++ websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v12-samples.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-v11-samples.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo v1.1 Samples</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-v20-samples.html" rel="next">
-                <span class="title">Apache Geronimo v2.0 Samples</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Listed below are the sample applications for Apache Geronimo v1.2. Note that when you click on any of these samples you will be redirected to the Apache Geronimo v1.2 documentation.</p>
 
 <ul class="childpages-macro"><li><a shape="rect" href="../GMOxDOC12/apache-roller-on-geronimo-12-ok.html">Apache Roller on Geronimo (1.2 Ok)</a></li><li><a shape="rect" href="../GMOxDOC12/daytrader.html">Daytrader</a></li><li><a shape="rect" href="../GMOxDOC12/db-pool-testing-sample-application-12-ok.html">DB Pool Testing sample application (1.2 Ok)</a></li><li><a shape="rect" href="../GMOxDOC12/ejb-sample-application-12-ok.html">EJB sample application (1.2 Ok)</a></li><li><a shape="rect" href="../GMOxDOC12/exposing-web-applications-on-distinct-ports.html">Exposing Web applications on distinct ports</a></li><li><a shape="rect" href="../GMOxDOC12/geronimo-tomcat-context-level-clustering-sample-application.html">Geronimo Tomcat Context Level Clustering - Sample Application</a></li><li><a shape="rect" href="../GMOxDOC12/geronimo-tomcat-host-level-clustering-sample-application.html">Geronimo Tomcat Host Level Clustering - Sample Application</a></li><li><a shape="rect" href="../GMOxDOC12
 /jms-and-mdb-sample-application-12-ok.html">JMS and MDB sample application (1.2 Ok)</a></li><li><a shape="rect" href="../GMOxDOC12/ldap-sample-application-12-ok.html">LDAP sample application (1.2 Ok)</a></li><li><a shape="rect" href="../GMOxDOC12/simple-database-access-sample-application-12-ok.html">Simple database access sample application (1.2 Ok)</a></li><li><a shape="rect" href="../GMOxDOC12/specjappserver2004.html">SPECjAppServer2004</a></li><li><a shape="rect" href="../GMOxDOC12/using-geronimos-default-javamail-session.html">Using Geronimo's default JavaMail session</a></li><li><a shape="rect" href="../GMOxDOC12/very-simple-example-of-cmp-ejb.html">Very simple example of CMP EJB</a></li><li><a shape="rect" href="../GMOxDOC12/very-simple-session-ejb-example.html">Very simple Session EJB example</a></li><li><a shape="rect" href="../GMOxDOC12/web-application-security-sample-12-ok.html">Web application security sample (1.2 Ok)</a></li><li><a shape="rect" href="../GMOxDOC12/web-ser
 vices-sample-application.html">Web services sample application</a></li></ul></div>

Modified: websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v20-samples.html
==============================================================================
--- websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v20-samples.html (original)
+++ websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v20-samples.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-v12-samples.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo v1.2 Samples</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-v21-samples.html" rel="next">
-                <span class="title">Apache Geronimo v2.1 Samples</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Listed below are the sample applications for Apache Geronimo v2.0. Note that when you click on any of these samples you will be redirected to the Apache Geronimo v2.0 documentation.</p>
 
 

Modified: websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v21-samples.html
==============================================================================
--- websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v21-samples.html (original)
+++ websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v21-samples.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-v20-samples.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo v2.0 Samples</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-v22-samples.html" rel="next">
-                <span class="title">Apache Geronimo v2.2 Samples</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Listed below are the tutorials and sample applications available for Apache Geronimo v2.1. Note that when you click on any of these samples you will be redirected to the Apache Geronimo v2.1 documentation.</p>
 
 

Modified: websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v22-samples.html
==============================================================================
--- websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v22-samples.html (original)
+++ websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v22-samples.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-v21-samples.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo v2.1 Samples</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="apache-geronimo-v30-samples.html" rel="next">
-                <span class="title">Apache Geronimo v3.0 Samples</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Listed below are the tutorials and sample applications available for Apache Geronimo v2.2. Note that when you click on any of these samples you will be redirected to the Apache Geronimo v2.2 documentation.</p>
 
 

Modified: websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v30-samples.html
==============================================================================
--- websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v30-samples.html (original)
+++ websites/production/geronimo/content/GMOxSAMPLES/apache-geronimo-v30-samples.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="apache-geronimo-v22-samples.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Apache Geronimo v2.2 Samples</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Listed below are the tutorials and sample applications available for Apache Geronimo v3.0. Note that when you click on any of these samples you will be redirected to the Apache Geronimo v3.0 documentation.</p>
 
 

Modified: websites/production/geronimo/content/GMOxSBOX/gmoxmoinmoin-backup.html
==============================================================================
--- websites/production/geronimo/content/GMOxSBOX/gmoxmoinmoin-backup.html (original)
+++ websites/production/geronimo/content/GMOxSBOX/gmoxmoinmoin-backup.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="the-attic-geronimo-archives.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">The Attic - Geronimo Archives</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="logo-contest.html" rel="next">
-                <span class="title">Logo Contest</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>This is the backup for the migrated wiki from Moin Moin to Confluence.</p>
 
 

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/gshell.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 Fri Sep  6 01:15:20 2019
@@ -94,26 +94,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="presentations-videos-audio-and-demonstrations.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Presentations, Videos, Audio, and Demonstrations</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="pluggable-administration-console.html" rel="next">
-                <span class="title">Pluggable Administration Console</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>This is a session that will be presented in the upcoming OS Summit Asia 2007:
 <a shape="rect" class="external-link" href="http://www.ossummit.com/2007/program/talk/87" rel="nofollow">http://www.ossummit.com/2007/program/talk/87</a></p>
 
@@ -123,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="38">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="39">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 Fri Sep  6 01:15:20 2019
@@ -94,41 +94,22 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="java-ee-50-app-development-on-geronimo-simplified-using-eclipse.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Java EE 5.0 App Development on Geronimo simplified using Eclipse</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="presentations-videos-audio-and-demonstrations.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Presentations, Videos, Audio, and Demonstrations</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <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=6c266965ab2d0a76dfbb0e2da6242fb06f47eef8" 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=16336d9659aac3418fbdd4aae29370efbc956009" 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=6c266965ab2d0a76dfbb0e2da6242fb06f47eef8">
+                    <param valuetype="data" name="data" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=16336d9659aac3418fbdd4aae29370efbc956009">
                     <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=6c266965ab2d0a76dfbb0e2da6242fb06f47eef8">
+                    <param valuetype="data" name="movie" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=16336d9659aac3418fbdd4aae29370efbc956009">
                     <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=6c266965ab2d0a76dfbb0e2da6242fb06f47eef8">
+                    <param valuetype="data" name="src" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=16336d9659aac3418fbdd4aae29370efbc956009">
                     <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=6c266965ab2d0a76dfbb0e2da6242fb06f47eef8" 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=16336d9659aac3418fbdd4aae29370efbc956009" type="application/x-shockwave-flash" scale="exactfit" width="800">
     </embed>
                         </object>
 

Modified: websites/production/geronimo/content/gshell/bsf-commands.html
==============================================================================
--- websites/production/geronimo/content/gshell/bsf-commands.html (original)
+++ websites/production/geronimo/content/gshell/bsf-commands.html Fri Sep  6 01:15:20 2019
@@ -340,11 +340,11 @@
             <div class="wiki-content">
                 <div class="wiki-content maincontent"><h1 id="BSFCommands-BSFCommands">    BSF Commands</h1>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867576171 {padding: 0px;}
-div.rbtoc1566867576171 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867576171 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731742557 {padding: 0px;}
+div.rbtoc1567731742557 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731742557 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867576171">
+/*]]>*/</style><div class="toc-macro rbtoc1567731742557">
 <ul class="toc-indentation"><li><a shape="rect" href="#BSFCommands-script">script</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/gshell/builtin-commands.html
==============================================================================
--- websites/production/geronimo/content/gshell/builtin-commands.html (original)
+++ websites/production/geronimo/content/gshell/builtin-commands.html Fri Sep  6 01:15:20 2019
@@ -340,11 +340,11 @@
             <div class="wiki-content">
                 <div class="wiki-content maincontent"><h1 id="BuiltinCommands-BuiltinCommands">    Builtin Commands</h1>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867574712 {padding: 0px;}
-div.rbtoc1566867574712 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867574712 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731743332 {padding: 0px;}
+div.rbtoc1567731743332 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731743332 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867574712">
+/*]]>*/</style><div class="toc-macro rbtoc1567731743332">
 <ul class="toc-indentation"><li><a shape="rect" href="#BuiltinCommands-help">help</a></li><li><a shape="rect" href="#BuiltinCommands-set">set</a></li><li><a shape="rect" href="#BuiltinCommands-unset">unset</a></li><li><a shape="rect" href="#BuiltinCommands-clear">clear</a></li><li><a shape="rect" href="#BuiltinCommands-exit">exit</a></li><li><a shape="rect" href="#BuiltinCommands-source">source</a></li><li><a shape="rect" href="#BuiltinCommands-echo">echo</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/gshell/optional-commands.html
==============================================================================
--- websites/production/geronimo/content/gshell/optional-commands.html (original)
+++ websites/production/geronimo/content/gshell/optional-commands.html Fri Sep  6 01:15:20 2019
@@ -340,11 +340,11 @@
             <div class="wiki-content">
                 <div class="wiki-content maincontent"><h1 id="OptionalCommands-OptionalCommands">    Optional Commands</h1>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867577119 {padding: 0px;}
-div.rbtoc1566867577119 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867577119 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731745284 {padding: 0px;}
+div.rbtoc1567731745284 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731745284 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867577119">
+/*]]>*/</style><div class="toc-macro rbtoc1567731745284">
 <ul class="toc-indentation"><li><a shape="rect" href="#OptionalCommands-sleep">sleep</a></li><li><a shape="rect" href="#OptionalCommands-exec">exec</a></li><li><a shape="rect" href="#OptionalCommands-java">java</a></li><li><a shape="rect" href="#OptionalCommands-wait">wait</a></li><li><a shape="rect" href="#OptionalCommands-cat">cat</a></li></ul>
 </div>