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 [10/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/tomcat-native-clustering.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/tomcat-native-clustering.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/tomcat-native-clustering.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="farming.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Farming</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="clustering.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Clustering</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="wadi-clustering-support.html" rel="next">
-                <span class="title">WADI Clustering Support</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>The Tomcat Web container provides a native clustering solution that can be configured through Geronimo using gbean definitions within config.xml or your deployment descriptors . This document will go through the available GBeans and how to configure them for clustering in a Geronimo server with a tomcat web container.<br clear="none">
 A cluster configuration should be considered when you want to improve the scalability and availability of your Web application. The following sections provide detailed instructions on how to set up your cluster nodes and how to deploy your applications with tomcat clustering enabled.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/tooling.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/tooling.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/tooling.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="security.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Security</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="troubleshooting.html" rel="next">
-                <span class="title">Troubleshooting</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>devtools
 	<ul class="alternate"><li>Geronimo eclipse plugin</li></ul>
 	</li></ul>

Modified: websites/production/geronimo/content/GMOxDOC21/using-datasource-pool-wizard-in-gep.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/using-datasource-pool-wizard-in-gep.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/using-datasource-pool-wizard-in-gep.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="quick-debugging-jsps-of-your-application.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Quick Debugging JSPs of your application</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="development-and-deployment-planning.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Development and deployment planning</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="using-security-realm-wizard-in-gep.html" rel="next">
-                <span class="title">Using security realm wizard in GEP</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>This article shows you how to create a datasource pool in GEP during development. The datasource pool wizard is a handy feature to speed up your development by creating a datasouce connector without any manual coding. Information of the connector you create using this wizard is embedded in the deployment plan of the application as an <code>&lt;ext-module&gt;</code> element. </p>
 

Modified: websites/production/geronimo/content/GMOxDOC21/using-eclipse-xml-tools-in-apache-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/using-eclipse-xml-tools-in-apache-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/using-eclipse-xml-tools-in-apache-geronimo.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">
-        <a shape="rect" href="configuring-geronimo-eclipse-plugin-to-publish-pojo-projects-as-shared-libraries.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring Geronimo Eclipse Plugin to publish POJO projects as Shared Libraries</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="development-environment.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Development environment</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>This tutorial will demonstrate on the usage of Eclipse XML tools to generated Geronimo specific deployment plans.</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>This tutorial will take you with the following steps:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867344034 {padding: 0px;}
-div.rbtoc1566867344034 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867344034 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731512271 {padding: 0px;}
+div.rbtoc1567731512271 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731512271 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867344034">
+/*]]>*/</style><div class="toc-macro rbtoc1567731512271">
 <ul class="toc-indentation"><li><a shape="rect" href="#UsingEclipseXMLtoolsinApacheGeronimo-ConfiguringEclipseforgeronimoschema">Configuring Eclipse for geronimo schema</a></li><li><a shape="rect" href="#UsingEclipseXMLtoolsinApacheGeronimo-Usingtheconfigurationinapplicationdevelopment">Using the configuration in application development</a></li></ul>
 </div>
 <h1 id="UsingEclipseXMLtoolsinApacheGeronimo-ConfiguringEclipseforgeronimoschema">Configuring Eclipse for geronimo schema</h1>

Modified: websites/production/geronimo/content/GMOxDOC21/using-spnego-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/using-spnego-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/using-spnego-in-geronimo.html Fri Sep  6 01:15:20 2019
@@ -100,35 +100,16 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="properties-file-realm.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Properties File 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">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Using the <a shape="rect" class="external-link" href="ftp://ftp.isi.edu/in-notes/rfc2478.txt" title="SPNEGO" rel="nofollow">Simple and Protected GSS-API Negotiation Mechanism(SPNEGO)</a> in Geronimo allows HTTP users to log in and authenticate only once in their desktop, then they can receive automatic authentication from the Geronimo server. Note that the feature is only supported in Geronimo 2.1.5 or later versions</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867352852 {padding: 0px;}
-div.rbtoc1566867352852 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867352852 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731519011 {padding: 0px;}
+div.rbtoc1567731519011 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731519011 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867352852">
+/*]]>*/</style><div class="toc-macro rbtoc1567731519011">
 <ul class="toc-indentation"><li><a shape="rect" href="#UsingSPNEGOinGeronimo-Prerequisite">Prerequisite</a></li><li><a shape="rect" href="#UsingSPNEGOinGeronimo-Procedure">Procedure</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#UsingSPNEGOinGeronimo-SettinguptheDomainControllerMachine">Setting up the Domain Controller Machine</a></li><li><a shape="rect" href="#UsingSPNEGOinGeronimo-SettinguptheClientApplicationMachine">Setting up the Client Application Machine</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#UsingSPNEGOinGeronimo-EnableSPNEGOauthenticationinMicrosoftInternetExplorerbrowser">Enable SPNEGO authentication in Microsoft Internet Explorer browser</a></li><li><a shape="rect" href="#UsingSPNEGOinGeronimo-EnableSPNEGOauthenticationinFirefox">Enable SPNEGO authentication in Firefox</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC21/web-application-for-ejb-access.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/web-application-for-ejb-access.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/web-application-for-ejb-access.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="hello-world-web-application.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Hello World Web Application</span>
-            </a>
-
-    </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-jdbc-access.html" rel="next">
-                <span class="title">Web Application for JDBC access</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>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 IDE for Java EE Developers, which is platform specific</li><li>Geronimo Eclipse Plugin 2.1.x</li><li>Geronimo Server 2.1.x</li></ul>
@@ -133,11 +110,11 @@
 
 <p>The application development will take you through the following:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867338026 {padding: 0px;}
-div.rbtoc1566867338026 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867338026 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731501489 {padding: 0px;}
+div.rbtoc1567731501489 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731501489 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867338026">
+/*]]>*/</style><div class="toc-macro rbtoc1567731501489">
 <ul class="toc-indentation"><li><a shape="rect" href="#WebApplicationforEJBaccess-DefineNewGeronimoServerRuntime">Define New Geronimo Server Runtime</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-CreatingaEJBProject">Creating a EJB Project</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-CreatingaDynamicWebProject">Creating a Dynamic Web Project</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-AddingcodetoEJBProject">Adding code to EJB Project</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-AddingcodetoWebProject">Adding code to Web Project</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-Somemoreconfigurations">Some more configurations</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-DeployandRun">Deploy and Run</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC21/web-application-for-jdbc-access.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/web-application-for-jdbc-access.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/web-application-for-jdbc-access.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="web-application-for-ejb-access.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Web Application for EJB access</span>
-            </a>
-
-    </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-jms-access.html" rel="next">
-                <span class="title">Web Application for JMS 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 will deal with populating a image on a database and later retrieving the same from the database. This tutorial will make you understand how to deal with data of type Blob. We will be using Derby database in this application. Please use images of smaller sizes to upload on to database. This is because there are some limitations associated with the derby database.</p>
 
 <p>To run this tutorial, as a minimum you will be required to have installed the following prerequisite software.</p>
@@ -135,11 +112,11 @@
 
 <p>The application development will take you through the following</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867334459 {padding: 0px;}
-div.rbtoc1566867334459 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867334459 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731504109 {padding: 0px;}
+div.rbtoc1567731504109 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731504109 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867334459">
+/*]]>*/</style><div class="toc-macro rbtoc1567731504109">
 <ul class="toc-indentation"><li><a shape="rect" href="#WebApplicationforJDBCaccess-CreatingaDynamicWebProject">Creating a Dynamic Web Project</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-CreatingadatabaseusingAdministrativeConsole">Creating a database using Administrative Console</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-CreatingadatasourceusingAdministrativeConsole">Creating a datasource using Administrative Console</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-AddingcodeforImageUploadtoderbydatabase">Adding code for Image Upload to derby database</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-Codetoretrievetheimagefromderbydatabase">Code to retrieve the image from derby database</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-Modifyingdeploymentplan">Modifying deployment plan</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-DeployandRun">Deploy and Run</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC21/web-application-for-jms-access.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/web-application-for-jms-access.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/web-application-for-jms-access.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">
-        <a shape="rect" href="web-application-for-jdbc-access.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Web Application for JDBC access</span>
-            </a>
-
-    </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">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>This application is a simple JMS application where in a user sends information to the administrator for updation  . As we go through the tutorial we will try to understand the basic of Servlets and JMS.</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.rbtoc1566867332122 {padding: 0px;}
-div.rbtoc1566867332122 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867332122 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731497302 {padding: 0px;}
+div.rbtoc1567731497302 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731497302 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867332122">
+/*]]>*/</style><div class="toc-macro rbtoc1567731497302">
 <ul class="toc-indentation"><li><a shape="rect" href="#WebApplicationforJMSaccess-CreatingaDynamicWebProject">Creating a Dynamic Web Project</a></li><li><a shape="rect" href="#WebApplicationforJMSaccess-CreatingConnectionFactoryandDestination">Creating Connection Factory and Destination</a></li><li><a shape="rect" href="#WebApplicationforJMSaccess-Addingproducer,consumerandUIcodetotheapplication">Adding producer, consumer and UI code to the application</a></li><li><a shape="rect" href="#WebApplicationforJMSaccess-Modifyingthedeploymentplan">Modifying the deployment plan</a></li><li><a shape="rect" href="#WebApplicationforJMSaccess-DeployandRun">Deploy and Run</a></li></ul>
 </div>
 <h1 id="WebApplicationforJMSaccess-CreatingaDynamicWebProject">Creating a Dynamic Web Project</h1>

Modified: websites/production/geronimo/content/GMOxDOC21/web-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/web-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/web-applications.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="portlets.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Portlets</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="web-services.html" rel="next">
-                <span class="title">Web services</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="hello-world-web-application.html">Hello World Web Application</a></li><li><a shape="rect" href="web-application-for-ejb-access.html">Web Application for EJB access</a></li><li><a shape="rect" href="web-application-for-jdbc-access.html">Web Application for JDBC access</a></li><li><a shape="rect" href="web-application-for-jms-access.html">Web Application for JMS access</a></li></ul></div>
         </div>
 

Modified: websites/production/geronimo/content/GMOxDOC22/accessing-ejb-in-web-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/accessing-ejb-in-web-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/accessing-ejb-in-web-applications.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="developing-web-applications.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Developing Web applications</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="accessing-jdbc-in-web-applications.html" rel="next">
-                <span class="title">Accessing JDBC in Web applications</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>To run this tutorial, as a minimum you will be required to have installed the following prerequisite software:</p>
 
 <ol><li>Sun JDK 6.0+ (J2SE 1.6)</li><li>Eclipse IDE for Java EE Developers, which is platform specific</li><li>Apache Geronimo Eclipse Plugin 2.1.x</li><li>Apache Geronimo Server 2.1.x
@@ -128,11 +109,11 @@
 
 <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.rbtoc1566867402241 {padding: 0px;}
-div.rbtoc1566867402241 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867402241 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731567345 {padding: 0px;}
+div.rbtoc1567731567345 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731567345 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867402241">
+/*]]>*/</style><div class="toc-macro rbtoc1567731567345">
 <ul class="toc-indentation"><li><a shape="rect" href="#AccessingEJBinWebapplications-DefineanewGeronimoServerRuntime">Define a new Geronimo Server Runtime</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-CreatingaEJBProject">Creating a EJB Project</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-CreatingaDynamicWebProject">Creating a Dynamic Web Project</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-AddingcodetoEJBProject">Adding code to EJB Project</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-AddingcodetoWebProject">Adding code to Web Project</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-Somemoreconfigurations">Some more configurations</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-DeployandRun">Deploy and Run</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC22/accessing-jdbc-in-web-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/accessing-jdbc-in-web-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/accessing-jdbc-in-web-applications.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="accessing-ejb-in-web-applications.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Accessing EJB in Web applications</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="developing-web-applications.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Developing Web applications</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="accessing-jms-in-web-applications.html" rel="next">
-                <span class="title">Accessing JMS in Web applications</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 deal with populating an image on a database and later retrieving the same from the database. This tutorial will help you understand how to deal with data of type Blob. We will be using Derby database in this application. Please use images of smaller sizes to upload on to database. This is because there are some limitations associated with the derby database.</p>
 
 <p>To run this tutorial, as a minimum you will be required to have installed the following prerequisite software:</p>
@@ -135,11 +112,11 @@
 <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.rbtoc1566867371110 {padding: 0px;}
-div.rbtoc1566867371110 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867371110 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731537415 {padding: 0px;}
+div.rbtoc1567731537415 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731537415 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867371110">
+/*]]>*/</style><div class="toc-macro rbtoc1567731537415">
 <ul class="toc-indentation"><li><a shape="rect" href="#AccessingJDBCinWebapplications-CreatingadynamicWebproject">Creating a dynamic Web project</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Creatingadatabaseusingtheadministrativeconsole">Creating a database using the administrative console</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Creatingadatasourceusingtheadministrativeconsole">Creating a datasource using the administrative console</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Addingcodeforimageuploadtoderbydatabase">Adding code for image upload to derby database</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Codetoretrievetheimagefromderbydatabase">Code to retrieve the image from derby database</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Modifyingdeploymentplan">Modifying deployment plan</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Deployandrun">Deploy an
 d run</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC22/add-new-ajp-listener.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/add-new-ajp-listener.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/add-new-ajp-listener.html Fri Sep  6 01:15:20 2019
@@ -98,26 +98,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="adding-new-listeners.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Adding new listeners</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="add-new-http-listener.html" rel="next">
-                <span class="title">Add new HTTP Listener</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>To add a new AJP listener click on <strong>Tomcat AJP Connector</strong> or <strong>Jetty AJP Connector</strong> in the <strong>Network Listener</strong> portlet. The following figure illustrates some of the parameters possible for creating a new Tomcat AJP listener. The parameters each have a default value and explanatory text with the entry. Fill in with your values and click on <strong>Save</strong>.</p>
 
 <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="add-new-ajp-listener.data/consoleAJPListener.png"></span></p>

Modified: websites/production/geronimo/content/GMOxDOC22/add-new-http-listener.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/add-new-http-listener.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/add-new-http-listener.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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="add-new-ajp-listener.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Add new AJP listener</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="adding-new-listeners.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Adding new listeners</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="add-new-https-listener.html" rel="next">
-                <span class="title">Add new HTTPS listener</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>To add a new HTTP listener click on the link <strong>Tomcat|Jetty BIO|NIO|APR HTTP Connector</strong> in the <strong>Network Linsteners</strong> portlet. The following figure illustrates some of the parameters possible for creating a new Tomcat HTTP listener. The parameters each have a default value and explanatory text. Fill in with your values and click on Save.</p>
 
 <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="add-new-http-listener.data/consoleHTTPListener.png"></span></p>

Modified: websites/production/geronimo/content/GMOxDOC22/add-new-https-listener.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/add-new-https-listener.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/add-new-https-listener.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="add-new-http-listener.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Add new HTTP Listener</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="adding-new-listeners.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Adding new listeners</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>To add a new HTTPS listener click on the link <strong>Tomcat|Jetty BIO|NIO|APR HTTPS Connector</strong>. The following figure illustrates some of the parameters possible for creating a new Tomcat BIO HTTPS listener. Each parameter has a default value and an explanatory text. Fill in with your values and click on <strong>Save</strong>.</p>
 
 <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="add-new-https-listener.data/consoleHTTPSListener.png"></span></p>

Modified: websites/production/geronimo/content/GMOxDOC22/administering-certificates.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/administering-certificates.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/administering-certificates.html Fri Sep  6 01:15:20 2019
@@ -98,26 +98,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="administering-security.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Administering Security</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="administering-security-realms.html" rel="next">
-                <span class="title">Administering security realms</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 is about how to administer certificates from console.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC22/administering-security-realms.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/administering-security-realms.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/administering-security-realms.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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-certificates.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Administering certificates</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="administering-security.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Administering Security</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="administering-users-and-groups.html" rel="next">
-                <span class="title">Administering users and groups</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>To administer security realms via the Geronimo Administration Console the <strong>Security Realms</strong> portlet is available on the <strong>Console Navigation</strong> menu on the left hand side. This portlet allows you to add a new security realm or edit an existing one. To remove realms you would normally use the command line option with the Deployer tool.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC22/administering-security.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/administering-security.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/administering-security.html Fri Sep  6 01:15:20 2019
@@ -98,26 +98,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="configuring-and-administering.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring and administering</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configuring-and-administering-the-apache-geronimo-server.html" rel="next">
-                <span class="title">Configuring and administering the Apache Geronimo Server</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>This topic 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>
 

Modified: websites/production/geronimo/content/GMOxDOC22/app-per-port-running-multiple-web-apps-on-different-ports.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/app-per-port-running-multiple-web-apps-on-different-ports.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/app-per-port-running-multiple-web-apps-on-different-ports.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="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="bank-ejb-sample-application.html" rel="next">
-                <span class="title">bank - EJB 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="app-per-port-Runningmultiplewebappsondifferentports-Runningwebappsondifferentports">Running web apps on different ports</h1>
 

Modified: websites/production/geronimo/content/GMOxDOC22/assembling-a-server-via-command-line.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/assembling-a-server-via-command-line.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/assembling-a-server-via-command-line.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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="assembling-a-server-using-maven.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Assembling a server using Maven</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="customizing-server-assemblies.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Customizing server assemblies</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="assembling-a-server-via-console.html" rel="next">
-                <span class="title">Assembling a server via Console</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>In this section we will illustrate how to assemble a custom server from the command line.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC22/assembling-a-server-via-console.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/assembling-a-server-via-console.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/assembling-a-server-via-console.html Fri Sep  6 01:15:20 2019
@@ -98,26 +98,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="assembling-a-server-via-command-line.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Assembling a server via command line</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="customizing-server-assemblies.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Customizing server assemblies</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>In this tutorial we will illustrate how to assemble a custom server using a application-centric approach from console. Using this approach our application will define on the contents of server. Custom server will be built around our application and will include only the components required by our application. For the application we have used an existing tutorial from tutorial section. Refer <a shape="rect" href="stateless-session-bean.html">Stateless Session Bean</a> tutorial for application development and deployment. Later we will assemble a custom server which will only include functional components required by our application.</p>
 
@@ -125,11 +106,11 @@
 <p>Application client referred in this tutorial is actually a Web Application Client.</p></div></div>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867394133 {padding: 0px;}
-div.rbtoc1566867394133 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867394133 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731560806 {padding: 0px;}
+div.rbtoc1567731560806 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731560806 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867394133">
+/*]]>*/</style><div class="toc-macro rbtoc1567731560806">
 <ul class="toc-indentation"><li><a shape="rect" href="#AssemblingaserverviaConsole-Identifyingthefunctionalcomponentsrequiredbyourserver">Identifying the functional components required by our server</a></li><li><a shape="rect" href="#AssemblingaserverviaConsole-Assemblingacustomserver">Assembling a custom server</a></li></ul>
 </div>
 <h1 id="AssemblingaserverviaConsole-Identifyingthefunctionalcomponentsrequiredbyourserver">Identifying the functional components required by our server</h1>

Modified: websites/production/geronimo/content/GMOxDOC22/basics-of-javaserver-faces.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/basics-of-javaserver-faces.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/basics-of-javaserver-faces.html Fri Sep  6 01:15:20 2019
@@ -98,26 +98,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="developing-javaserver-faces-applications.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Developing JavaServer faces applications</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="developing-applications-with-ajax-and-jsf.html" rel="next">
-                <span class="title">Developing applications with AJAX and JSF</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>This article will take you through the basics of Java Server Faces. Later we will have samples which will elaborate the features and functionalities of Java Server Faces.</p>
 
 <p>Java Server Faces (hereafter JSF) is an event based development framework in Java EE 5 arena. It is a framework for building user interfaces for Web application. <br clear="none">

Modified: websites/production/geronimo/content/GMOxDOC22/building-j2g-from-source.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/building-j2g-from-source.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/building-j2g-from-source.html Fri Sep  6 01:15:20 2019
@@ -98,32 +98,13 @@
 
       <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="migrating-from-jboss-to-geronimo.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Migrating from JBoss to Geronimo</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="jboss-to-geronimo-ejb-bmp-migration-unverified-on-22.html" rel="next">
-                <span class="title">JBoss to Geronimo - EJB-BMP Migration (Unverified on 2.2)</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867375978 {padding: 0px;}
-div.rbtoc1566867375978 ul {list-style: disc;margin-left: 0px;padding-left: 20px;}
-div.rbtoc1566867375978 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731541587 {padding: 0px;}
+div.rbtoc1567731541587 ul {list-style: disc;margin-left: 0px;padding-left: 20px;}
+div.rbtoc1567731541587 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867375978">
+/*]]>*/</style><div class="toc-macro rbtoc1567731541587">
 <ul class="toc-indentation"><li><a shape="rect" href="#BuildingJ2Gfromsource-Buildingfromsource">Building from source</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#BuildingJ2Gfromsource-Prerequisites">Prerequisites</a></li><li><a shape="rect" href="#BuildingJ2Gfromsource-ObtainingtheSourceCode">Obtaining the Source Code</a></li><li><a shape="rect" href="#BuildingJ2Gfromsource-Building">Building</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#BuildingJ2Gfromsource-DisablingTests">Disabling Tests</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC22/calculator-using-ejb-30-functions.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/calculator-using-ejb-30-functions.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/calculator-using-ejb-30-functions.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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="bank-ejb-sample-application.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">bank - EJB 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="csa-activemq-a-demo-to-assembly-a-server-using-car-maven-plugin.html" rel="next">
-                <span class="title">csa-activemq - A demo to assembly a server using car-maven-plugin</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="calculator-UsingEJB3.0Functions-SampleofaStatelessSessionBeaninEJB3.0">Sample of a Stateless Session Bean in EJB 3.0</h1>
 

Modified: websites/production/geronimo/content/GMOxDOC22/changing-the-username-and-password.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/changing-the-username-and-password.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/changing-the-username-and-password.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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="changing-the-default-port-numbers.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Changing the default port numbers</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="initial-configuration.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Initial configuration</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="substituting-one-module-with-another.html" rel="next">
-                <span class="title">Substituting one module with another</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h2 id="Changingtheusernameandpassword-Changingtheusernameandpassword">Changing the username and password</h2>
 

Modified: websites/production/geronimo/content/GMOxDOC22/client.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/client.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/client.html Fri Sep  6 01:15:20 2019
@@ -98,26 +98,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="tools-and-commands.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Tools and commands</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="command-geronimo-options.html" rel="next">
-                <span class="title">Command Geronimo Options</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>client</strong> script launches the client application container. This command has the following syntax:</p>
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>client config-name [app_arg ...]

Modified: websites/production/geronimo/content/GMOxDOC22/command-geronimo-options.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/command-geronimo-options.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/command-geronimo-options.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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="client.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">client</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="tools-and-commands.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Tools and commands</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="cxf-tools.html" rel="next">
-                <span class="title">cxf-tools</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 an initial list of system properties. The lines starting with "Found in" is just for convenience for writing this page, and should be removed when the page is finalized.</p></div></div>
 
 <p>The following options can be set using GERONIMO_OPTS system variable so that the settings could take effect by the time of server startup.<br clear="none">

Modified: websites/production/geronimo/content/GMOxDOC22/configure-apache-httpd-as-a-reverse-proxy-modproxy.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configure-apache-httpd-as-a-reverse-proxy-modproxy.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configure-apache-httpd-as-a-reverse-proxy-modproxy.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="configuring-a-remote-apache-http-server.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring a remote Apache HTTP server</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html" rel="next">
-                <span class="title">Configure Apache HTTPd with Jakarta Tomcat Connector (mod_jk)</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 simplest way to re-route requests from the Apache HTTPd to the Geronimo servers (or any other server you may have). To use this feature you will need to enable some specific modules and add a few lines to the HTTPd configuration. These steps are described next.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC22/configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html Fri Sep  6 01:15:20 2019
@@ -98,26 +98,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="configure-apache-httpd-as-a-reverse-proxy-modproxy.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configure Apache HTTPd as a reverse proxy (mod_proxy)</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-a-remote-apache-http-server.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring a remote Apache HTTP server</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p><span class="confluence-anchor-link" id="ConfigureApacheHTTPdwithJakartaTomcatConnector(mod_jk)-top"></span></p>
 
 <p>The communication between the HTTP server and Geronimo can be also done via AJP connectors. By default, both Apache Geronimo distributions (Jetty and Tomcat) have already predefined one AJP13 connector listening on port 8009.</p>
@@ -127,7 +108,7 @@
 
 <p>In addition to the mod_jk you will require a <code>workers.properties</code> file, also available with the Apache Tomcat source distribution. This properties file tells the mod_jk plugin how to connect to the Geronimo server. For a detailed explanation on all the available options for configuring the Jakarta Tomcat Connector visit <a shape="rect" class="external-link" href="http://tomcat.apache.org/connectors-doc/config/workers.html">http://tomcat.apache.org/connectors-doc/config/workers.html</a>.</p>
 
-<div class="confluence-information-macro confluence-information-macro-information"><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>For practical purposes, the module <a shape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.data/mod_jk-apache-2.2.3.so?version=1&amp;modificationDate=1203494952000&amp;api=v2" data-linked-resource-id="8149" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="mod_jk-apache-2.2.3.so" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="93421" data-linked-resource-container-version="39">mod_jk-apache-2.2.3.so</a> for Windows and the <a shape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.data/workers.properties?version=1&amp;modificationDate=1203494952000&amp;api=v2" data-linked-resource-id="8219" data-linked-reso
 urce-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="workers.properties" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="93421" data-linked-resource-container-version="39">workers.properties</a> are included in the <strong>Attachments</strong> section in this article.</p></div></div>
+<div class="confluence-information-macro confluence-information-macro-information"><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>For practical purposes, the module <a shape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.data/mod_jk-apache-2.2.3.so?version=1&amp;modificationDate=1203494952000&amp;api=v2" data-linked-resource-id="8149" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="mod_jk-apache-2.2.3.so" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="93421" data-linked-resource-container-version="40">mod_jk-apache-2.2.3.so</a> for Windows and the <a shape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.data/workers.properties?version=1&amp;modificationDate=1203494952000&amp;api=v2" data-linked-resource-id="8219" data-linked-reso
 urce-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="workers.properties" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="93421" data-linked-resource-container-version="40">workers.properties</a> are included in the <strong>Attachments</strong> section in this article.</p></div></div>
 
 <p><a shape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html">Back to Top</a></p>
 

Modified: websites/production/geronimo/content/GMOxDOC22/configuring-a-derby-datasource.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configuring-a-derby-datasource.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configuring-a-derby-datasource.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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-db2-datasource.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring a DB2 datasource</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-datasource.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring datasource</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configuring-a-mysql-datasource.html" rel="next">
-                <span class="title">Configuring a MySQL datasource</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>You can create new pools by clicking the <strong>Using the Geronimo database pool wizard</strong> link on the Database Pools portlet. This wizard will walk you through an easy four-step procedure.You can use the embedded derby database and create a datasource for it.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC22/configuring-a-mysql-datasource.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configuring-a-mysql-datasource.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configuring-a-mysql-datasource.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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-derby-datasource.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring a derby datasource</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-datasource.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring datasource</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="import-database-pools-from-jboss-4.html" rel="next">
-                <span class="title">Import database pools from JBoss 4</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>This articles shows you how to configure a mysql datasource in Geronimo. Geronimo is embedded with mysql resource adapters supporting both local and XA transactions, you need to install mysql JDBC drivers by yourself as instructed.</p>
 
@@ -131,7 +108,7 @@
 
 
 <h1 id="ConfiguringaMySQLdatasource-CreatingadatasourceanddeployingitasastandaloneJEEconnectormodule">Creating a datasource and deploying it as a standalone JEE connector module</h1>
-<ol><li>Refer to the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-standalone.xml?version=1&amp;modificationDate=1232485735000&amp;api=v2" data-linked-resource-id="9609" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-standalone.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="108022" data-linked-resource-container-version="46">sample-mysql-xa-ds-plan-standalone.xml</a> to create a standalone JEE connector deployment plan</li><li>Install the mysql jdbc driver to geronimo repository via the adminitrative console, and ensure its Module ID is the same as the defined one in the sample plan. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use <a shape="rect" href="deploying-and-undeploying-applications.html">command line</a> to deplo
 y it. Here is the sample command for mysql xa datasource:
+<ol><li>Refer to the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-standalone.xml?version=1&amp;modificationDate=1232485735000&amp;api=v2" data-linked-resource-id="9609" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-standalone.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="108022" data-linked-resource-container-version="47">sample-mysql-xa-ds-plan-standalone.xml</a> to create a standalone JEE connector deployment plan</li><li>Install the mysql jdbc driver to geronimo repository via the adminitrative console, and ensure its Module ID is the same as the defined one in the sample plan. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use <a shape="rect" href="deploying-and-undeploying-applications.html">command line</a> to deplo
 y it. Here is the sample command for mysql xa datasource:
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>&lt;geronimo_home&gt;/bin/deploy.sh -u system -p manager deploy 
 &lt;GERONIMO_HOME&gt;/repository/org/tranql/tranql-connector-mysql-xa/1.2/tranql-connector-mysql-xa-1.2.rar sample-mysql-xa-ds-plan-standalone.xml
@@ -141,7 +118,7 @@ where <em>&lt;geronimo_home&gt;</em> is
 
 
 <h1 id="ConfiguringaMySQLdatasource-Embeddingadatasourcedefinitioninanapplicationdeploymentplan">Embedding a datasource definition in an application deployment plan</h1>
-<ol><li>Refer to the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-embeded.xml?version=1&amp;modificationDate=1232485735000&amp;api=v2" data-linked-resource-id="9610" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-embeded.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="108022" data-linked-resource-container-version="46">sample-mysql-xa-ds-plan-embeded.xml</a> to create an application deployment plan, replace web module and ejb module according to your application.</li><li>Install the mysql jdbc driver to geronimo repository via the adminitrative console, and ensure its Module ID is the same as the defined one in the sample plan. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use command line or adminitrative console to <a sha
 pe="rect" href="deploying-and-undeploying-applications.html">deploy</a> your application with the plan. For example, the command line as follows:
+<ol><li>Refer to the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-embeded.xml?version=1&amp;modificationDate=1232485735000&amp;api=v2" data-linked-resource-id="9610" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-embeded.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="108022" data-linked-resource-container-version="47">sample-mysql-xa-ds-plan-embeded.xml</a> to create an application deployment plan, replace web module and ejb module according to your application.</li><li>Install the mysql jdbc driver to geronimo repository via the adminitrative console, and ensure its Module ID is the same as the defined one in the sample plan. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use command line or adminitrative console to <a sha
 pe="rect" href="deploying-and-undeploying-applications.html">deploy</a> your application with the plan. For example, the command line as follows:
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>&lt;geronimo_home&gt;/bin/deploy.sh -u system -p manager deploy yourapp.ear sample-mysql-xa-ds-plan-embeded.xml
 </pre>

Modified: websites/production/geronimo/content/GMOxDOC22/configuring-a-remote-apache-http-server.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configuring-a-remote-apache-http-server.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configuring-a-remote-apache-http-server.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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="clustering-and-farming.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Clustering and farming</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-and-administering-the-apache-geronimo-server.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring and administering the Apache Geronimo Server</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configuring-ejb-containers.html" rel="next">
-                <span class="title">Configuring EJB Containers</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>At the time of writing this article the <strong>Apache mod_jk Configuration</strong> portlet provided in the Geronimo Administration Console presented some unconsistencies recognizing the already installed web applications. As a workaround this article will cover two alternative ways to configure a remote Apache HTTP server.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC22/configuring-and-administering-the-apache-geronimo-server.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configuring-and-administering-the-apache-geronimo-server.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configuring-and-administering-the-apache-geronimo-server.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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-security.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Administering Security</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-and-administering.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring and administering</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configuring-databases-in-geronimo.html" rel="next">
-                <span class="title">Configuring databases in Geronimo</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>This topic is about how to set up intermediary services with Geronimo.
 <br clear="none" class="atl-forced-newline"></p>

Modified: websites/production/geronimo/content/GMOxDOC22/configuring-databases-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configuring-databases-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configuring-databases-in-geronimo.html Fri Sep  6 01:15:20 2019
@@ -98,39 +98,16 @@
 
       <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-and-administering-the-apache-geronimo-server.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring and administering the Apache Geronimo Server</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-and-administering.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring and administering</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 topic is about how to create a new embedded database in Geronimo with available <strong>DB Manager</strong> and configure the location of embedded Derby system database to another location instead of the default <code>/var/derby</code> directory. </p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867371800 {padding: 0px;}
-div.rbtoc1566867371800 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867371800 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731538115 {padding: 0px;}
+div.rbtoc1567731538115 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731538115 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867371800">
+/*]]>*/</style><div class="toc-macro rbtoc1567731538115">
 <ul class="toc-indentation"><li><a shape="rect" href="#ConfiguringdatabasesinGeronimo-Creatinganewdatabase">Creating a new database</a></li><li><a shape="rect" href="#ConfiguringdatabasesinGeronimo-ConfiguringthelocationofsystemDerbydatabases">Configuring the location of system Derby databases</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC22/configuring-datasource.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configuring-datasource.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configuring-datasource.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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="adding-jars-to-the-geronimo-repository.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Adding JARs to the Geronimo repository</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">
-        <a shape="rect" href="configuring-jms-resources.html" rel="next">
-                <span class="title">Configuring JMS resources</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Database pools provide a mechanism for applications to access databases hosted on database managers without having to include the physical implementation details of the database in the application code. The database pools also relieve the application from managing things such as connection pools and timeouts. </p>
 

Modified: websites/production/geronimo/content/GMOxDOC22/configuring-http-header-based-authentication.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configuring-http-header-based-authentication.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configuring-http-header-based-authentication.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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="administering-security.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Administering Security</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="configuring-javaee-app-client-security.html" rel="next">
-                <span class="title">Configuring JavaEE App Client Security</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/GMOxDOC22/configuring-jms-resources.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configuring-jms-resources.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configuring-jms-resources.html Fri Sep  6 01:15:20 2019
@@ -98,30 +98,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-datasource.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring datasource</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">
-        <a shape="rect" href="configuring-multiple-repositories.html" rel="next">
-                <span class="title">Configuring multiple repositories</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>A JMS resource group is a resource adapter module that binds together the related connection factories, queues and topics. To create and access JMS resources such as queues, topics and connection factories in Geronimo, you have to create a JMS resource group.</p>