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 [9/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/GMOxDOC21/configuring-http-header-based-authentication.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/configuring-http-header-based-authentication.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/configuring-http-header-based-authentication.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="certification-authority.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Certification Authority</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-security.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring security</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configuring-kerberos-realm.html" rel="next">
-                <span class="title">Configuring Kerberos Realm</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>This chapter introduces the process of achieving Single Sign-on by using CA severs,such as <a shape="rect" class="external-link" href="http://www.ca.com/us/internet-access-control.aspx" rel="nofollow">Siteminder</a>, to validate authentication information passed by the the <a shape="rect" class="external-link" href="http://www.w3.org/Protocols/HTTP/1.0/spec.html#Message-Headers" rel="nofollow">HTTP headers</a>. <strong>Single Sign-on</strong> is a method that provides access control for the server. It enables the user to be authenticated only once and gain access to the resource of multiple software systems. In other words, a user agent that wishes to authenticate itself with a server might need to do so only once for the same security realm using Single Sign-on.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/configuring-jms.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/configuring-jms.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/configuring-jms.html Fri Sep  6 01:15:20 2019
@@ -99,26 +99,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="configuring-database-pools.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring database pools</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-services.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring services</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>To configure JMS, the JMS Resources portlet is available on the Geronimo Administration Console. Select the link Services &gt; <strong>JMS Resources</strong>. From this portlet you can not only list available resources but also create new ones for ActiveMQ already available in Geronimo or for another JMS provider.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/configuring-kerberos-realm.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/configuring-kerberos-realm.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/configuring-kerberos-realm.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="configuring-http-header-based-authentication.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring HTTP header-based authentication</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-security.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring security</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configuring-ssl-client-authentication.html" rel="next">
-                <span class="title">Configuring SSL client authentication</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>In Geronimo, you can create your own custom realm type when none of the provided ones fit your environment needs. This requires creating your own implementation of a <code>org.apache.geronimo.security.realm.providers</code> class, which implements the <code>javax.security.auth.spi.LoginModule</code> interface to acquire credentials, then use the customized realm by choosing the <strong>Other</strong> realm from console.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/configuring-security.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/configuring-security.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/configuring-security.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="administering-the-apache-geronimo-server.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Administering the Apache Geronimo Server</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="administrative-tasks.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Administrative Tasks</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configuring-services.html" rel="next">
-                <span class="title">Configuring services</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 covers some common security related tasks such as adding and removing users and groups, dealing with digital certificates and increasing the security level by using different realms and authentication methods.</p>
 
@@ -161,10 +138,10 @@
                           <a href="https://cwiki.apache.org/confluence/display/GMOxDOC21/Configuring+SSL+client+authentication" title="Configuring SSL client authentication">Configuring SSL client authentication</a>
               <span class="smalltext">(Apache Geronimo v2.1)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC21/Administering+certificates" title="Administering certificates">Administering certificates</a>
+                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC21/Administering+security+realms" title="Administering security realms">Administering security realms</a>
               <span class="smalltext">(Apache Geronimo v2.1)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC21/Administering+security+realms" title="Administering security realms">Administering security realms</a>
+                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC21/Administering+certificates" title="Administering certificates">Administering certificates</a>
               <span class="smalltext">(Apache Geronimo v2.1)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/display/GMOxDOC21/Certificate+Properties+File+Realm" title="Certificate Properties File Realm">Certificate Properties File Realm</a>

Modified: websites/production/geronimo/content/GMOxDOC21/configuring-services.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/configuring-services.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/configuring-services.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="configuring-security.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring security</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="administrative-tasks.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Administrative Tasks</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configuring-the-transaction-manager-identity.html" rel="next">
-                <span class="title">Configuring the Transaction Manager Identity</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Here are listed the majors tasks covered in this section, this tasks include:</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/configuring-ssl-client-authentication.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/configuring-ssl-client-authentication.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/configuring-ssl-client-authentication.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="configuring-kerberos-realm.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring Kerberos Realm</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-security.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring security</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="database-sql-realm.html" rel="next">
-                <span class="title">Database (SQL) Realm</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Starting from Geronimo 2.1.5, users can connect to a running server through a SSL tunnel by specifying the location of the trusted keystore file to <code>org.apache.geronimo.keyStoreTrustStorePasswordFile</code>. The default SSL keystore of the Geronimo server is <code>geronimo-default</code>, which locates at <code>/var/security/keystores/</code> directory. </p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/configuring-the-jms-server.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/configuring-the-jms-server.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/configuring-the-jms-server.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="configuring-a-remote-apache-http-server.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring a remote Apache HTTP server</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="administering-the-apache-geronimo-server.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Administering the Apache Geronimo Server</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="display-jvm-information.html" rel="next">
-                <span class="title">Display JVM information</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>For configuring the JMS Server, the <strong>JMS Network Listeners</strong> portlet is available by selecting <strong>JMS Server</strong> on the <strong>Console Navigation</strong> menu on the left hand side. When clicking on <strong>JMS Server</strong> you will be also presented with the <strong>JMS Server Manager</strong> portlet that displays the JMS brokers available in the server and theis status. The following figures illustrate these two portlets and options.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/convert-your-current-applications-into-plugins.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/convert-your-current-applications-into-plugins.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/convert-your-current-applications-into-plugins.html Fri Sep  6 01:15:20 2019
@@ -100,26 +100,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="geronimo-plugins.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Geronimo plugins</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="custom-server-assemblies-using-geronimo-administrative-console.html" rel="next">
-                <span class="title">Custom server assemblies using Geronimo Administrative 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 application will take you through plugin export and import using Apache Geronimo.</p>
 
@@ -130,11 +111,11 @@ We have used an existing tutorial from t
 <p>Application client referred in this tutorial is actually a Web Application Client.</p></div></div>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867342133 {padding: 0px;}
-div.rbtoc1566867342133 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867342133 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731508955 {padding: 0px;}
+div.rbtoc1567731508955 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731508955 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867342133">
+/*]]>*/</style><div class="toc-macro rbtoc1567731508955">
 <ul class="toc-indentation"><li><a shape="rect" href="#Convertyourcurrentapplicationsintoplugins-Exportingtheapplicationasaplugin">Exporting the application as a plugin</a></li><li><a shape="rect" href="#Convertyourcurrentapplicationsintoplugins-CreateacustomrepositoryfromGeronimoAdministrativeConsole">Create a custom repository from Geronimo Administrative Console</a></li><li><a shape="rect" href="#Convertyourcurrentapplicationsintoplugins-Importingtheplugin">Importing the plugin</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC21/developing-an-application-client-to-access-ejb.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/developing-an-application-client-to-access-ejb.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/developing-an-application-client-to-access-ejb.html Fri Sep  6 01:15:20 2019
@@ -100,37 +100,18 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="deploy-and-run-a-java-ee-application-client.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Deploy and Run a Java EE Application Client</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="application-clients.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Application clients</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>This tutorial walks you through configuring, developing and deploying an enterprise application with Eclipse and Geronimo. To run this tutorial, as a minimum you will be required to have installed the following prerequisite software.</p>
 <ul><li>Sun JDK 5.0+ (J2SE 1.5)</li><li>Eclipse 3.3.1.1 (Eclipse Classic package of Europa distribution), which is platform specific</li><li>Web Tools Platform (WTP) 2.0.1</li><li>Data Tools Platform (DTP) 1.5.1</li><li>Eclipse Modeling Framework (EMF) 2.3.1</li><li>Graphical Editing Framework (GEF) 3.3.1</li></ul>
 
 
 <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.rbtoc1566867313009 {padding: 0px;}
-div.rbtoc1566867313009 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867313009 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731474318 {padding: 0px;}
+div.rbtoc1567731474318 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731474318 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867313009">
+/*]]>*/</style><div class="toc-macro rbtoc1567731474318">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopinganApplicationClienttoaccessEJB-SettingupEclipseIDEforEJBapplicationdevelopment.">Setting up Eclipse IDE for EJB application development.</a></li><li><a shape="rect" href="#DevelopinganApplicationClienttoaccessEJB-DevelopingEJBLocalinterface,EJBRemoteInterfaceandBeanClass">Developing EJB Local interface, EJB Remote Interface and Bean Class</a></li><li><a shape="rect" href="#DevelopinganApplicationClienttoaccessEJB-DevelopingaJavaClient">Developing a Java Client</a></li><li><a shape="rect" href="#DevelopinganApplicationClienttoaccessEJB-DeployandRun">Deploy and Run</a></li></ul>
 </div>
 <p>Let us briefly understand this application. This application will take you through creating a simple Stateless Session EJB. Later we will develop a Java Application client to access this EJB. EJB development will make use of annotations which are introduced in Java EE5.</p>

Modified: websites/production/geronimo/content/GMOxDOC21/display-jvm-information.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/display-jvm-information.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/display-jvm-information.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="configuring-the-jms-server.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring the JMS server</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="administering-the-apache-geronimo-server.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Administering the Apache Geronimo Server</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="monitor-server-status.html" rel="next">
-                <span class="title">Monitor Server status</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>The <strong>System Property values for the Server JVM</strong> portlet ( or just <strong>JVM</strong>) provides detailed information about Java runtime installed and being used by the Geronimo server. It displays the information grouped in six main sections as described below.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/ejb-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/ejb-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/ejb-applications.html Fri Sep  6 01:15:20 2019
@@ -100,30 +100,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="application-clients.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Application clients</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="tutorials.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Tutorials</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="geronimo-plugins.html" rel="next">
-                <span class="title">Geronimo plugins</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Enterprise JavaBeans(EJB) is a platform for developing reusable and portable java applications. In very simple terms we can say that EJB is a java code that runs in a runtime environment called EJB container.</p>
 
@@ -134,11 +111,11 @@
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867310949 {padding: 0px;}
-div.rbtoc1566867310949 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867310949 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731475532 {padding: 0px;}
+div.rbtoc1567731475532 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731475532 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867310949">
+/*]]>*/</style><div class="toc-macro rbtoc1567731475532">
 <ul class="toc-indentation"><li><a shape="rect" href="#EJBapplications-EJB2VsEJB3">EJB2 Vs EJB3</a></li><li><a shape="rect" href="#EJBapplications-TypesofBeans">Types of Beans</a></li><li><a shape="rect" href="#EJBapplications-StatelessSessionBean">Stateless Session Bean</a></li><li><a shape="rect" href="#EJBapplications-EJBtutorials">EJB tutorials</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC21/geronimo-plugins.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/geronimo-plugins.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/geronimo-plugins.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="ejb-applications.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">EJB applications</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="tutorials.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Tutorials</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="javaserver-faces.html" rel="next">
-                <span class="title">JavaServer Faces</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="convert-your-current-applications-into-plugins.html">Convert your current applications into plugins</a></li><li><a shape="rect" href="custom-server-assemblies-using-geronimo-administrative-console.html">Custom server assemblies using Geronimo Administrative console</a></li></ul></div>
         </div>
 

Modified: websites/production/geronimo/content/GMOxDOC21/gshell.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/gshell.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/gshell.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="extensible-administration-console.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Extensible Administration Console</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="users-guide.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">User's guide</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="installation-and-configuration.html" rel="next">
-                <span class="title">Installation and configuration</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <script type="text/javascript">//<![CDATA[
 function debug() { }
 // ]]></script><script type="text/javascript" src="/confluence/download/resources/org.randombits.confluence.composition:composition-setup/js/browser.js">//<![CDATA[
@@ -155,11 +132,11 @@ Deck.memoryPath = "/confluence/";
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867303297 {padding: 0px;}
-div.rbtoc1566867303297 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867303297 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731464592 {padding: 0px;}
+div.rbtoc1567731464592 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731464592 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867303297">
+/*]]>*/</style><div class="toc-macro rbtoc1567731464592">
 <ul class="toc-indentation"><li><a shape="rect" href="#GShell-RunningGShell">Running GShell</a></li><li><a shape="rect" href="#GShell-GeronimoGShellCommands">Geronimo GShell Commands</a></li><li><a shape="rect" href="#GShell-StartingandStoppingGeronimoinGshell">Starting and Stopping Geronimo in Gshell</a></li><li><a shape="rect" href="#GShell-ConnectingtoanAlreadyRunningGeronimoInstance">Connecting to an Already Running Geronimo Instance</a></li><li><a shape="rect" href="#GShell-DeployinganApplicationtoaServerInstance">Deploying an Application to a Server Instance</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#GShell-Deploy">Deploy</a></li><li><a shape="rect" href="#GShell-Redeploy">Redeploy</a></li><li><a shape="rect" href="#GShell-Undeploy">Undeploy</a></li><li><a shape="rect" href="#GShell-Distribute">Distribute</a></li></ul>
 </li></ul>

Modified: websites/production/geronimo/content/GMOxDOC21/hello-world-web-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/hello-world-web-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/hello-world-web-application.html Fri Sep  6 01:15:20 2019
@@ -100,26 +100,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="web-applications.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Web applications</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="web-application-for-ejb-access.html" rel="next">
-                <span class="title">Web Application for EJB access</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>This application is a simple Hello World application which will output <strong>Hello World!!</strong> on the browser. It needs a Dynamic Web project and a JSP associated with it.</p>
 
 <p>To run this tutorial, as a minimum you will be required to have installed the following prerequisite software.</p>
@@ -131,11 +112,11 @@
 
 <p>The application development will take you through the following:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867327123 {padding: 0px;}
-div.rbtoc1566867327123 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867327123 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731492584 {padding: 0px;}
+div.rbtoc1567731492584 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731492584 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867327123">
+/*]]>*/</style><div class="toc-macro rbtoc1567731492584">
 <ul class="toc-indentation"><li><a shape="rect" href="#HelloWorldWebApplication-CreatingaDynamicWebProjectusingEclipse">Creating a Dynamic Web Project using Eclipse</a></li><li><a shape="rect" href="#HelloWorldWebApplication-AddingaJSPtotheproject">Adding a JSP to the project</a></li><li><a shape="rect" href="#HelloWorldWebApplication-RunandDeploy">Run and Deploy</a></li></ul>
 </div>
 <h1 id="HelloWorldWebApplication-CreatingaDynamicWebProjectusingEclipse">Creating a Dynamic Web Project using Eclipse</h1>

Modified: websites/production/geronimo/content/GMOxDOC21/how-to-build-geronimo-eclipse-plugin-from-source.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/how-to-build-geronimo-eclipse-plugin-from-source.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/how-to-build-geronimo-eclipse-plugin-from-source.html Fri Sep  6 01:15:20 2019
@@ -100,37 +100,18 @@
 
       <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="apache-geronimo-development-tools-project.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Development Tools Project</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-to-create-a-local-update-site-for-geronimo-eclipse-plugin.html" rel="next">
-                <span class="title">How to create a local update site for Geronimo Eclipse Plugin</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>To build the Geronimo Eclipse Plugin (GEP) from source you need to have the following prerequisites installed.</p>
 <ul><li><a shape="rect" class="external-link" href="http://archive.apache.org/dist/maven/binaries/">Apache Maven 2.0.9+</a></li><li><a shape="rect" class="external-link" href="http://subversion.tigris.org/project_packages.html" rel="nofollow">Subversion 1.4.6+</a></li><li><a shape="rect" class="external-link" href="http://java.sun.com/javase/downloads/index_jdk5.jsp" rel="nofollow">Sun JDK 5.0+ downloads</a> or <a shape="rect" class="external-link" href="http://java.sun.com/javase/downloads/index.jsp" rel="nofollow">Sun JDK 6.0+ downloads</a></li><li>Add the bin directories of maven and subversion to system variable <strong>Path</strong>.
 <div class="confluence-information-macro confluence-information-macro-information"><p class="title">Useful Information</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body">
 <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.rbtoc1566867347407 {padding: 0px;}
-div.rbtoc1566867347407 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867347407 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731513402 {padding: 0px;}
+div.rbtoc1567731513402 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731513402 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867347407">
+/*]]>*/</style><div class="toc-macro rbtoc1567731513402">
 <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/GMOxDOC21/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html Fri Sep  6 01:15:20 2019
@@ -100,37 +100,14 @@
 
       <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-create-a-local-update-site-for-geronimo-eclipse-plugin.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How to create a local update site for Geronimo Eclipse Plugin</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-development-tools-project.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Development Tools Project</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-to-get-daily-geronimo-eclipse-plugin-builds.html" rel="next">
-                <span class="title">How to get daily Geronimo Eclipse Plugin builds</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <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 Ganymede (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.rbtoc1566867350695 {padding: 0px;}
-div.rbtoc1566867350695 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867350695 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731515572 {padding: 0px;}
+div.rbtoc1567731515572 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731515572 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867350695">
+/*]]>*/</style><div class="toc-macro rbtoc1567731515572">
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-SettinguptheClassPathvariable">Setting up the ClassPath variable</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-Settingupthetargetplatform">Setting up the target platform</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-ImportingsourcecodeinyourEclipseWorkspace">Importing source code in your Eclipse Workspace</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-RunandDebugConfigurations">Run and Debug Configurations</a></li></ul>
 </div>
 <h1 id="HowtoDevelopGeronimoEclipsePlugininEclipse-SettinguptheClassPathvariable">Setting up the ClassPath variable</h1></li><li>Select Window-&gt;Preferences as ahown in the figure.<br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline">

Modified: websites/production/geronimo/content/GMOxDOC21/how-to-get-daily-geronimo-eclipse-plugin-builds.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/how-to-get-daily-geronimo-eclipse-plugin-builds.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/how-to-get-daily-geronimo-eclipse-plugin-builds.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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-develop-geronimo-eclipse-plugin-in-eclipse.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How to Develop Geronimo Eclipse Plugin in Eclipse</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-development-tools-project.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Development Tools Project</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-to-install-geronimo-eclipse-plugin-v217.html" rel="next">
-                <span class="title">How to install Geronimo Eclipse Plugin v2.1.7</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Daily builds are available and can be downloaded from Geronimo Eclipse Plugin nightly build site <a shape="rect" class="external-link" href="http://people.apache.org/dist/geronimo/eclipse/unstable/">http://people.apache.org/dist/geronimo/eclipse/unstable/</a></p>
 <ul><li>Find <strong>updatesite</strong> and <strong>deployable</strong> zip files in their release number directory, eg, 2.1.3.</li><li>The <strong>updates</strong> directory is an Eclipse update site, with the full contents of the production GEP update site <a shape="rect" class="external-link" href="http://www.apache.org/dist/geronimo/eclipse/updates/">http://www.apache.org/dist/geronimo/eclipse/updates/</a>, as well as those of releases currently under development.
 	<ul><li>To install the nightly build via the Eclipse update manager from this image, define a remote update site in Eclipse with this URL: *<a shape="rect" class="external-link" href="http://people.apache.org/dist/geronimo/eclipse/unstable/updates/">http://people.apache.org/dist/geronimo/eclipse/unstable/updates/</a>.</li><li>For details, see <a shape="rect" href="how-to-install-geronimo-eclipse-plugin-v212.html">Installing GEP using Eclipse update manager</a>, using the above URL for the Eclipse update manager site.</li></ul>

Modified: websites/production/geronimo/content/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v212.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v212.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v212.html Fri Sep  6 01:15:20 2019
@@ -99,37 +99,14 @@
 
       <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-install-geronimo-eclipse-plugin-v210.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How to install Geronimo Eclipse Plugin v2.1.0</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="how-to-install-geronimo-eclipse-plugin-v217.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">How to install Geronimo Eclipse Plugin v2.1.7</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-to-install-geronimo-eclipse-plugin-v213-or-v214.html" rel="next">
-                <span class="title">How to install Geronimo Eclipse Plugin v2.1.3 or v2.1.4</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>We will be using Eclipse Ganymede and Sun JDK 6.0+ for the illustration. Geronimo Eclipse Plugin (GEP) can be installed using the following options</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867346469 {padding: 0px;}
-div.rbtoc1566867346469 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867346469 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731517375 {padding: 0px;}
+div.rbtoc1567731517375 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731517375 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867346469">
+/*]]>*/</style><div class="toc-macro rbtoc1567731517375">
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoinstallGeronimoEclipsePluginv2.1.2-PrerequisitesPrereqs">Prerequisites</a></li><li><a shape="rect" href="#HowtoinstallGeronimoEclipsePluginv2.1.2-InstallingGEPwithinWTP">Installing GEP within WTP</a></li><li><a shape="rect" href="#HowtoinstallGeronimoEclipsePluginv2.1.2-InstallingGEPusingEclipseupdatemanager">Installing GEP using Eclipse update manager</a></li><li><a shape="rect" href="#HowtoinstallGeronimoEclipsePluginv2.1.2-ManualInstallation">Manual Installation</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoinstallGeronimoEclipsePluginv2.1.2-Usingdeployable.zip">Using deployable.zip</a></li></ul>
 </li><li><a shape="rect" href="#HowtoinstallGeronimoEclipsePluginv2.1.2-VerifyGEPinstallation">Verify GEP installation</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC21/how-to-open-a-bug-for-geronimo-eclipse-plugin.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/how-to-open-a-bug-for-geronimo-eclipse-plugin.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/how-to-open-a-bug-for-geronimo-eclipse-plugin.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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-install-geronimo-eclipse-plugin-v217.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How to install Geronimo Eclipse Plugin v2.1.7</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="apache-geronimo-development-tools-project.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Apache Geronimo Development Tools Project</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-to-use-geronimo-eclipse-plugin.html" rel="next">
-                <span class="title">How to Use Geronimo Eclipse Plugin</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Geronimo Eclipse Plugin (GEP) issues are tracked in JIRA in the <a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/GERONIMODEVTOOLS">GERONIMODEVTOOLS</a> project.<br clear="none">
 Questions about GEP can be asked on the Geronimo <a shape="rect" class="external-link" href="http://geronimo.apache.org/mailing-lists.html">mailing lists</a>.<br clear="none">
 Eclipse Platform or WTP issues should be opened under the <a shape="rect" class="external-link" href="https://bugs.eclipse.org/bugs/" rel="nofollow">Eclipse Bugzilla</a>.<br clear="none">
@@ -137,11 +114,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.rbtoc1566867348499 {padding: 0px;}
-div.rbtoc1566867348499 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867348499 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731513989 {padding: 0px;}
+div.rbtoc1567731513989 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731513989 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867348499">
+/*]]>*/</style><div class="toc-macro rbtoc1567731513989">
 <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/GMOxDOC21/import-database-pools-from-weblogic-81.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/import-database-pools-from-weblogic-81.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/import-database-pools-from-weblogic-81.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="import-database-pools-from-jboss-4.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Import database pools from JBoss 4</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-database-pools.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring database pools</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="removing-database-pools.html" rel="next">
-                <span class="title">Removing database pools</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>(Note: Console screenshots are from Geronimo 2.0. Current console varies slightly.)</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/inventory-simple-database-access-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/inventory-simple-database-access-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/inventory-simple-database-access-application.html Fri Sep  6 01:15:20 2019
@@ -99,40 +99,17 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="dbtester-db-pool-testing-sample-application.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">dbtester - DB Pool Testing sample application</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="sample-applications.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Sample Applications</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="jaxws-calculator-simple-web-service-with-jax-ws.html" rel="next">
-                <span class="title">jaxws-calculator - Simple Web Service with JAX-WS</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>This sample illustrates direct use of JDBC connections from a servlet. For details on outbound connection support see <a shape="rect" href="connectors-and-transaction-management-jdbc-jms-j2ca-datasource-connection-pool-eis.html">Connectors and Transaction Management (JDBC, JMS, J2CA, DataSource, Connection Pool, EIS)</a>.  Generally direct use of JDBC is not advised unless you have performance constraints or need for dynamic jdbc (such as in a database browser) that make the use of JPA impractical.</p>
 
 <p>This article is organized in to following sections.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867325978 {padding: 0px;}
-div.rbtoc1566867325978 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867325978 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731490044 {padding: 0px;}
+div.rbtoc1567731490044 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731490044 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867325978">
+/*]]>*/</style><div class="toc-macro rbtoc1567731490044">
 <ul class="toc-indentation"><li><a shape="rect" href="#inventory-SimpleDatabaseAccessApplication-ApplicationOverview">Application Overview</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#inventory-SimpleDatabaseAccessApplication-Applicationcontents">Application contents</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#inventory-SimpleDatabaseAccessApplication-SampleDatabase">Sample Database</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC21/java-persistence-api-deployment-plans.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/java-persistence-api-deployment-plans.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/java-persistence-api-deployment-plans.html Fri Sep  6 01:15:20 2019
@@ -100,41 +100,18 @@
 
       <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-webxml.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">geronimo-web.xml</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="deployment-plans.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Deployment plans</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="openejb-jarxml.html" rel="next">
-                <span class="title">openejb-jar.xml</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="JavaPersistenceAPIdeploymentplans-JavaPersistenceAPI">Java Persistence API </h1>
 <p>The Java Persistence API is a new programming model under EJB3.0 specification (JSR220) for the management of persistence and object/relational mapping with Java EE and Java SE. With JPA, developers can easily develop java applications that perform operations on relational database management systems using java objects and mapping. In that way, java applications developed using JPA are not only portable across different platforms, but also applications can be easily developed using simple yet powerful programming model provided by JPA. This greatly improves application maintainability against ever changing database world. JPA insulates applications from all the complexity and non-portable boilerplate code involved in database connectivity and operations. Apache geronimo uses <a shape="rect" class="external-link" href="http://openjpa.apache.org/">OpenJPA</a> for providing Java Persistence API to Java EE applications deployed in the server. Below sections illustrate developing appl
 ications using JPA and how to write various deployment descriptors and plans for apache geronimo.</p>
 
 <p>The document is organized as follows.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867338605 {padding: 0px;}
-div.rbtoc1566867338605 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867338605 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731504710 {padding: 0px;}
+div.rbtoc1567731504710 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731504710 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867338605">
+/*]]>*/</style><div class="toc-macro rbtoc1567731504710">
 <ul class="toc-indentation"><li><a shape="rect" href="#JavaPersistenceAPIdeploymentplans-JavaPersistenceAPI">Java Persistence API</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#JavaPersistenceAPIdeploymentplans-ShareAccountsample">ShareAccount sample</a></li><li><a shape="rect" href="#JavaPersistenceAPIdeploymentplans-Inheritancerelationshipinentities">Inheritance relationship in entities</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#JavaPersistenceAPIdeploymentplans-Singledatabasetableperclasshierarchy">Single database table per class hierarchy</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC21/jaxws-calculator-simple-web-service-with-jax-ws.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/jaxws-calculator-simple-web-service-with-jax-ws.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/jaxws-calculator-simple-web-service-with-jax-ws.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="inventory-simple-database-access-application.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">inventory - Simple Database Access Application</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="sample-applications.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Sample Applications</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="jms-mdb-jms-and-mdb-sample-application.html" rel="next">
-                <span class="title">jms-mdb - JMS and MDB Sample Application</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="jaxws-calculator-SimpleWebServicewithJAX-WS-ApplicationOverviewapplication">Application Overview <span class="confluence-anchor-link" id="jaxws-calculator-SimpleWebServicewithJAX-WS-application"></span></h1>
 <p>The sample application referred in this article is a simple calculator which performs addition of two integers. The web service is exposed as a Servlet in the Geronimo application server.<br clear="none">

Modified: websites/production/geronimo/content/GMOxDOC21/jms-resources-deployment.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/jms-resources-deployment.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/jms-resources-deployment.html Fri Sep  6 01:15:20 2019
@@ -99,26 +99,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-access-resources-via-jndi.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How to Access Resources via JNDI</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="questionable-doc-pages.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Questionable Doc Pages</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>You can deploy jms resources with the deploy command (without web console). When you want to create a group of resources consisting of ConnectionFactory, topics and queues, you only have to deploy a geronimo-activemq-ra connector (RA meaning "ResourceAdapter") with an deploy plan like this:</p>
 
 <div class="code panel pdl" style="border-style: solid;border-width: 1px;"><div class="codeContent panelContent pdl">

Modified: websites/production/geronimo/content/GMOxDOC21/ldap-realm.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/ldap-realm.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/ldap-realm.html Fri Sep  6 01:15:20 2019
@@ -99,41 +99,18 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="database-sql-realm.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Database (SQL) Realm</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-security.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring security</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="properties-file-realm.html" rel="next">
-                <span class="title">Properties File Realm</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>This document covers some of the alternatives for configuring LDAP Realms in Apache Geronimo v2.1. In previous version of Apache Geronimo, ApacheDS was shipped along with Geronimo.  To reduce the server footprint and exploit the Geronimo plugin architecture the LDAP server is currently available as an optional plugin install rather then being bundled with the Geronimo server for 2.1. Having said this, ApacheDS is not a requirement for configuring an LDAP Realm.  However it will be practical for the purposes of this document to use a local LDAP server.</p>
 
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867319828 {padding: 0px;}
-div.rbtoc1566867319828 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867319828 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731483949 {padding: 0px;}
+div.rbtoc1567731483949 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731483949 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867319828">
+/*]]>*/</style><div class="toc-macro rbtoc1567731483949">
 <ul class="toc-indentation"><li><a shape="rect" href="#LDAPRealm-InstallingApacheDS1.0plugin(optional)">Installing ApacheDS 1.0 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/GMOxDOC21/mytime-very-simple-session-ejb-example.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/mytime-very-simple-session-ejb-example.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/mytime-very-simple-session-ejb-example.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="myphonebook-very-simple-entity-ejb-example.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">myphonebook - Very Simple Entity EJB Example</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="sample-applications.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Sample Applications</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="not-in-svn-inbound-jca-example.html" rel="next">
-                <span class="title">not-in-svn - Inbound JCA example</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="mytime-VerySimpleSessionEJBExample-TheTimeBeanExample">The Time Bean Example</h1>
 

Modified: websites/production/geronimo/content/GMOxDOC21/performance-monitoring.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/performance-monitoring.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/performance-monitoring.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="monitor-server-status.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Monitor Server status</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="administering-the-apache-geronimo-server.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Administering the Apache Geronimo Server</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="starting-and-stopping-the-server.html" rel="next">
-                <span class="title">Starting and stopping the server</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>For monitoring the Web server performance the <strong>Monitoring</strong> portlet is available by selecting <strong>Monitoring</strong> on the <strong>Console Navigation</strong> menu on the left hand side. This feature will allow you to view a number of server statistics on the system JVM, web servers, and information via the AJP protocol. The graph information is provided by the data exposed by the connector MBean.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/persistence.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/persistence.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/persistence.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="javaserver-faces.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">JavaServer Faces</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="tutorials.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Tutorials</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="portlets.html" rel="next">
-                <span class="title">Portlets</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="using-java-persistence-api-in-application-client.html">Using Java Persistence API in application client</a></li><li><a shape="rect" href="working-with-jsf-and-jpa.html">Working with JSF and JPA</a></li></ul></div>
         </div>
 

Modified: websites/production/geronimo/content/GMOxDOC21/release-notes-211txt.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/release-notes-211txt.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/release-notes-211txt.html Fri Sep  6 01:15:20 2019
@@ -99,26 +99,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="what-is-changed-in-21.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">What is changed in 2.1</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="release-notes-212txt.html" rel="next">
-                <span class="title">RELEASE-NOTES-2.1.2.TXT</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>Release Notes -- Apache Geronimo -- Version 2.1.1
 

Modified: websites/production/geronimo/content/GMOxDOC21/release-notes-212txt.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/release-notes-212txt.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/release-notes-212txt.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="release-notes-211txt.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">RELEASE-NOTES-2.1.1.TXT</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="what-is-changed-in-21.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">What is changed in 2.1</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="release-notes-213txt.html" rel="next">
-                <span class="title">RELEASE-NOTES-2.1.3.TXT</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>Release Notes -- Apache Geronimo -- Version 2.1.2
 

Modified: websites/production/geronimo/content/GMOxDOC21/release-notes-214txt.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/release-notes-214txt.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/release-notes-214txt.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="release-notes-213txt.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">RELEASE-NOTES-2.1.3.TXT</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="what-is-changed-in-21.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">What is changed in 2.1</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="release-notes-215txt.html" rel="next">
-                <span class="title">RELEASE-NOTES-2.1.5.TXT</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>Release Notes -- Apache Geronimo -- Version 2.1.4
 

Modified: websites/production/geronimo/content/GMOxDOC21/release-notes-215txt.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/release-notes-215txt.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/release-notes-215txt.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="release-notes-214txt.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">RELEASE-NOTES-2.1.4.TXT</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="what-is-changed-in-21.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">What is changed in 2.1</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="release-notes-216txt.html" rel="next">
-                <span class="title">RELEASE-NOTES-2.1.6.TXT</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>
 Release Notes -- Apache Geronimo -- Version 2.1.5

Modified: websites/production/geronimo/content/GMOxDOC21/release-notes-216txt.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/release-notes-216txt.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/release-notes-216txt.html Fri Sep  6 01:15:20 2019
@@ -100,30 +100,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="release-notes-215txt.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">RELEASE-NOTES-2.1.5.TXT</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="what-is-changed-in-21.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">What is changed in 2.1</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="release-notes-217txt.html" rel="next">
-                <span class="title">RELEASE-NOTES-2.1.7.TXT</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: java; gutter: false; theme: Default">

Modified: websites/production/geronimo/content/GMOxDOC21/release-notes-21txt.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/release-notes-21txt.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/release-notes-21txt.html Fri Sep  6 01:15:20 2019
@@ -99,26 +99,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="release-notes-217txt.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">RELEASE-NOTES-2.1.7.TXT</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="what-is-changed-in-21.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">What is changed in 2.1</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <div class="preformatted panel" style="border-style: solid;border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>Release Notes -- Apache Geronimo -- Version 2.1
 

Modified: websites/production/geronimo/content/GMOxDOC21/removing-database-pools.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/removing-database-pools.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/removing-database-pools.html Fri Sep  6 01:15:20 2019
@@ -99,26 +99,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="import-database-pools-from-weblogic-81.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Import database pools from WebLogic 8.1</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-database-pools.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring database pools</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>There are two alternatives for removing database pools, you can use the command line <a shape="rect" href="tools-and-commands.html">Deployer tool</a> or the <strong>Installed J2EE Connectors</strong> portlet available from the <a shape="rect" href="geronimo-administration-console.html">Geronimo Administration Console</a>.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/running-geronimo-as-a-non-root-user.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/running-geronimo-as-a-non-root-user.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/running-geronimo-as-a-non-root-user.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="multiple-repositories.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Multiple Repositories</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="running-geronimo.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Running Geronimo</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="running-multiple-instances-of-geronimo.html" rel="next">
-                <span class="title">Running Multiple Instances of Geronimo</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>It is very likely that you will not want to have the Geronimo server process under the super user root. The following are a series of simple steps for changing the ownership and permissions for the required files in order to run Geronimo with a different user.</p>
 
 <p>The following tasks should be performed while logged as root or a user with enough access rights.</p>

Modified: websites/production/geronimo/content/GMOxDOC21/security.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/security.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/security.html Fri Sep  6 01:15:20 2019
@@ -99,30 +99,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="sample-applications.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Sample Applications</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="users-guide.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">User's guide</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="tooling.html" rel="next">
-                <span class="title">Tooling</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <ul class="alternate"><li>permanent fixes for previous workarounds</li><li>enhancements</li><li>considerations</li></ul>