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 [16/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/GMOxDOC30/running-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/running-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/running-geronimo.html Fri Sep  6 01:15:20 2019
@@ -116,30 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="installing-prerequisite-softwares.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Installing prerequisite softwares</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="installing-and-running.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Installing and running</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">
 
 <ul class="childpages-macro"><li><a shape="rect" href="running-geronimo-as-a-non-root-user.html">Running Geronimo as a non-root user</a> &#8212; <span class="smalltext">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.</span></li><li><a shape="rect" href="running-geronimo-as-a-service.html">Running Geronimo as a service</a> &#8212; <span class="smalltext">This section will show you how to run Geronimo as a service on Windows and Linux platforms.</span></li><li><a shape="rect" href="running-multiple-geronimo-instances.html">Running multiple Geronimo instances</a></li></ul></div>
         </div>

Modified: websites/production/geronimo/content/GMOxDOC30/sample-plug-ins.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/sample-plug-ins.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/sample-plug-ins.html Fri Sep  6 01:15:20 2019
@@ -116,26 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="java-ee-sample-applications.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Java EE sample applications</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="samples.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Samples</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <ul class="childpages-macro"><li><a shape="rect" href="aries-datasource-datasouce-plugin-for-aries-sample-applications.html">aries-datasource - datasouce plugin for Aries sample applications</a></li></ul></div>
         </div>

Modified: websites/production/geronimo/content/GMOxDOC30/securing-rmi-port-of-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/securing-rmi-port-of-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/securing-rmi-port-of-geronimo.html Fri Sep  6 01:15:20 2019
@@ -116,30 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="replacing-default-realm-in-geronimo.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Replacing default Realm in Geronimo</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="using-spnego-in-geronimo.html" rel="next">
-                <span class="title">Using SPNEGO 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>The RMI(Remote Method Invocation) is used to invoke methods or an object in another Java Virtual Machine from a certain port. You can easily secure the default RMI port of the Geronimo server as followed. </p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/start-server.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/start-server.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/start-server.html Fri Sep  6 01:15:20 2019
@@ -116,30 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="shutdown.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">shutdown</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="startup.html" rel="next">
-                <span class="title">startup</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>start-server</strong> script for Geronimo that starts Geronimo in the foreground. This command has the following syntax:</p>
 
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">

Modified: websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html Fri Sep  6 01:15:20 2019
@@ -116,34 +116,15 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="deploying-and-undeploying-applications.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Deploying and undeploying applications</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="deploying-and-administering-applications.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Deploying and administering applications</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>There are several alternatives available for starting and stopping applications:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867505888 {padding: 0px;}
-div.rbtoc1566867505888 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867505888 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731664591 {padding: 0px;}
+div.rbtoc1567731664591 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731664591 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867505888">
+/*]]>*/</style><div class="toc-macro rbtoc1567731664591">
 <ul class="toc-indentation"><li><a shape="rect" href="#Startingandstoppingapplications-ViaGeronimoAdministrationConsole">Via Geronimo Administration Console</a></li><li><a shape="rect" href="#Startingandstoppingapplications-ViaDeployertool">Via Deployer tool</a></li><li><a shape="rect" href="#Startingandstoppingapplications-ViaGShell">Via GShell</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-geronimo-via-console.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-geronimo-via-console.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-geronimo-via-console.html Fri Sep  6 01:15:20 2019
@@ -116,22 +116,7 @@ under the License.
 
       <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="starting-and-stopping-the-server.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Starting and stopping the server</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <h1 id="StartingandstoppingGeronimoviaconsole-StartingandstoppingGeronimoviaconsole">Starting and stopping Geronimo via console </h1>
 

Modified: websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-the-server.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-the-server.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-the-server.html Fri Sep  6 01:15:20 2019
@@ -116,43 +116,9 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="running-geronimo.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Running Geronimo</span>
-            </a>
+          <div class="wiki-content maincontent">
 
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="installing-and-running.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Installing and running</span>
-                </a>
 
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
-
-    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="starting-and-stopping-the-server.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Starting and stopping the server</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
 
 <h1 id="Startingandstoppingtheserver-StartingandstoppingGeronimoviaconsole">Starting and stopping Geronimo via console </h1>
 

Modified: websites/production/geronimo/content/GMOxDOC30/startup.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/startup.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/startup.html Fri Sep  6 01:15:20 2019
@@ -116,30 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="start-server.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">start-server</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="system-properties.html" rel="next">
-                <span class="title">System Properties</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>startup</strong> script starts the Apache Geronimo server in the background. This command has the following syntax:</p>
 
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">

Modified: websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html Fri Sep  6 01:15:20 2019
@@ -117,26 +117,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="stateful-session-bean.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Stateful Session Bean</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="developing-ejb-applications.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Developing EJB applications</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <p>Stateless beans are used in the case when the process or action can be completed in one go. In this case, object state will not be preserved in a series of linked invocation. Each invocation of bean will be unique in itself in a Stateless Session Bean. A stateless session bean in represented by <strong>@Stateless</strong> annotation.</p>
 
 <p>Here is an example of Simple Stateless Session Bean:</p>
@@ -171,11 +152,11 @@ System.out.println("This is a stateless
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. <br clear="none">
 This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867453395 {padding: 0px;}
-div.rbtoc1566867453395 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867453395 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731621851 {padding: 0px;}
+div.rbtoc1567731621851 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731621851 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867453395">
+/*]]>*/</style><div class="toc-macro rbtoc1567731621851">
 <ul class="toc-indentation"><li><a shape="rect" href="#StatelessSessionBean-CreatingaStatelessSessionEJBproject">Creating a Stateless Session EJB project</a></li><li><a shape="rect" href="#StatelessSessionBean-Creatingadatabaseusingtheadministrativeconsole">Creating a database using the administrative console</a></li><li><a shape="rect" href="#StatelessSessionBean-CreatingadatasourceusingAdministrativeConsole">Creating a datasource using Administrative Console</a></li><li><a shape="rect" href="#StatelessSessionBean-Creatingapplicationclient">Creating application client</a></li><li><a shape="rect" href="#StatelessSessionBean-Fewmoreconfigurations">Few more configurations</a></li><li><a shape="rect" href="#StatelessSessionBean-DeployandRun">Deploy and Run</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/substituting-one-module-with-another.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/substituting-one-module-with-another.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/substituting-one-module-with-another.html Fri Sep  6 01:15:20 2019
@@ -117,26 +117,7 @@ under the License.
 
       <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-osgi-environment.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Configuring the OSGi environment</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">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <h2 id="Substitutingonemodulewithanother-Aliasingjarsandmodules">Aliasing jars and modules</h2>
 
 <p>You may want to change the version of jars or plugins from those used when your Geronimo server was assembled, or completely replace one with another.  This can be done for any artifacts in the Geronimo repository, but not for jars in the <code>lib</code> directory.  We hope to move almost all the jars out of lib shortly, but this is not yet possible.</p>

Modified: websites/production/geronimo/content/GMOxDOC30/tomcat-native-clustering.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/tomcat-native-clustering.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/tomcat-native-clustering.html Fri Sep  6 01:15:20 2019
@@ -116,39 +116,16 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="plugin-based-farming.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Plugin based Farming</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="clustering-and-farming.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Clustering and farming</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="wadi-clustering.html" rel="next">
-                <span class="title">WADI Clustering</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 by using gbean definitions within <code>config.xml</code> or by using <code>server.xml</code> starting from v2.2 just like you did for a standalone Tomcat server.  This document will go through the available GBeans and how to configure them for clustering in a Geronimo server with a tomcat web container.</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867520038 {padding: 0px;}
-div.rbtoc1566867520038 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867520038 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731685553 {padding: 0px;}
+div.rbtoc1567731685553 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731685553 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867520038">
+/*]]>*/</style><div class="toc-macro rbtoc1567731685553">
 <ul class="toc-indentation"><li><a shape="rect" href="#TomcatNativeClustering-ClusterConfigurationElements">Cluster Configuration Elements</a></li><li><a shape="rect" href="#TomcatNativeClustering-Settingupaclusteringenvironment">Setting up a clustering environment</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#TomcatNativeClustering-Planningyourcluster">Planning your cluster</a></li><li><a shape="rect" href="#TomcatNativeClustering-PreparingyourWebapplication">Preparing your Web application</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#TomcatNativeClustering-Enablingsessionaffinity">Enabling session affinity</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/tutorials.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/tutorials.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/tutorials.html Fri Sep  6 01:15:20 2019
@@ -116,26 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="fast-and-easy-development.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Fast and easy development</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="developing.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Developing</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div> 
+          <div class="wiki-content maincontent"> 
 <p>This section provides a classified guide for developing applications, including Web applications, EJB applications, JPA applications, and application clients.</p>
 <ul class="childpages-macro"><li><a shape="rect" href="getting-familiar-with-the-development-environment.html">Getting familiar with the development environment</a> &#8212; <span class="smalltext">This section contains a set of articles that facilitate your development, deployment and debugging of applications.</span></li><li><a shape="rect" href="developing-web-applications.html">Developing Web applications</a> &#8212; <span class="smalltext">This tutorial walks you through creating and configuring a Web application with Geronimo and Eclipse.</span></li><li><a shape="rect" href="developing-application-clients.html">Developing application clients</a> &#8212; <span class="smalltext">This tutorial walks you through configuring, developing and deploying an application client with Eclipse and Geronimo.</span></li><li><a shape="rect" href="developing-ejb-applications.html">Developing EJB applications</a> &#8212; <span class="smalltext">Enterprise JavaBeans (EJB) is a platform for develop
 ing reusable and portable Java applications.</span></li><li><a shape="rect" href="developing-web-services.html">Developing Web services</a></li><li><a shape="rect" href="developing-jpa-applications.html">Developing JPA applications</a> &#8212; <span class="smalltext">The Java Persistence API is a new programming model under EJB 3.0 specification (JSR220) for the management of persistence and object/relational mapping with Java EE and Java SE.</span></li><li><a shape="rect" href="developing-aries-applications.html">Developing Aries applications</a> &#8212; <span class="smalltext">The following tutorials walk you through creating and configuring Aries applications with Geronimo and Eclipse.</span></li></ul>  </div>
         </div>

Modified: websites/production/geronimo/content/GMOxDOC30/understanding-deployment-plans.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/understanding-deployment-plans.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/understanding-deployment-plans.html Fri Sep  6 01:15:20 2019
@@ -116,26 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="creating-deployment-plans-using-the-deployment-plan-wizard.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Creating deployment plans using the deployment plan wizard</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="creating-deployment-plans.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Creating deployment plans</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Every module that you install in Geronimo, whether it is a service, application, resource, and so on, can be configured via a deployment plan. These deployment plans are XML files based on XML Schemas containing the configuration details for a specific application module or component. The Java EE 6 specification defines standard deployment descriptors such as <code>web.xml</code>, <code>application.xml</code>, and so on. In some cases, the deployment descriptor is all that is required to install a module into a Geronimo server. However, in many cases, server-specific configuration is required when modules are installed. This server-specific configuration is accomplished by using Geronimo deployment plans.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/using-activemq-wizard.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/using-activemq-wizard.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/using-activemq-wizard.html Fri Sep  6 01:15:20 2019
@@ -116,26 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="jms-resources-deployment-with-deploy-tool.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">JMS Resources deployment with deploy tool</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-jms-resources.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring JMS resources</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>This article demonstrates how to configure a JMS resource group and how to uninstall it by using the Geronimo Administration Console.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/using-datasource-pool-wizard-in-gep.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/using-datasource-pool-wizard-in-gep.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/using-datasource-pool-wizard-in-gep.html Fri Sep  6 01:15:20 2019
@@ -116,30 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="making-deployment-plan-changes-with-geronimo-deployment-plan-editor.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Making deployment plan changes with Geronimo Deployment Plan Editor</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="getting-familiar-with-geronimo-eclipse-plugin-gep.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Getting familiar with Geronimo Eclipse Plugin (GEP)</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/GMOxDOC30/using-spnego-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/using-spnego-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/using-spnego-in-geronimo.html Fri Sep  6 01:15:20 2019
@@ -117,34 +117,15 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="securing-rmi-port-of-geronimo.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Securing RMI port of Geronimo</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">
-        
-    </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. </p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1566867527935 {padding: 0px;}
-div.rbtoc1566867527935 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1566867527935 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1567731693697 {padding: 0px;}
+div.rbtoc1567731693697 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1567731693697 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1566867527935">
+/*]]>*/</style><div class="toc-macro rbtoc1567731693697">
 <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/GMOxDOC30/using-the-geronimo-database-pool-wizard.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/using-the-geronimo-database-pool-wizard.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/using-the-geronimo-database-pool-wizard.html Fri Sep  6 01:15:20 2019
@@ -116,26 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="removing-database-pools.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Removing database pools</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="configuring-datasources.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Configuring datasources</span>
-                </a>
-
-            </div>
-    <div class="next">
-        
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>You can create new database pools by clicking the <strong>Using the Geronimo database pool wizard</strong> link on the Database Pools portlet from the administration console. This wizard will walk you through an easy four-step procedure.</p>
 

Modified: websites/production/geronimo/content/GMOxKB/admin-questions.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/admin-questions.html (original)
+++ websites/production/geronimo/content/GMOxKB/admin-questions.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="faq.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">FAQ</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="gbean-development.html" rel="next">
-                <span class="title">GBean Development</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="how-do-i-add-additional-services-such-as-tomcat-openejb-openjms-etc.html">How do I add additional services such as Tomcat, OpenEJB, OpenJMS etc.?</a></li><li><a shape="rect" href="how-do-i-get-started-installing-geronimo.html">How do I get started installing Geronimo?</a></li><li><a shape="rect" href="how-to-change-port-numbers-for-geronimo-services.html">How to change port numbers for Geronimo services</a></li><li><a shape="rect" href="how-to-disable-geronimo-services-to-avoid-port-conflicts.html">How to disable Geronimo services to avoid port conflicts</a></li><li><a shape="rect" href="jetty-or-tomcat.html">Jetty or Tomcat?</a></li><li><a shape="rect" href="remote-admin-using-deployerjar-fails-to-connect-when-ipv6-is-used.html">Remote admin using deployer.jar fails to connect when IPv6 is used</a></li></ul></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/both-geronimo-and-tomcat-are-created-by-apache-what-is-the-difference-between-these-projects.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/both-geronimo-and-tomcat-are-created-by-apache-what-is-the-difference-between-these-projects.html (original)
+++ websites/production/geronimo/content/GMOxKB/both-geronimo-and-tomcat-are-created-by-apache-what-is-the-difference-between-these-projects.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="general.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">General</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="can-my-company-use-geronimo-are-there-any-restrictions.html" rel="next">
-                <span class="title">Can my company use Geronimo? Are there any restrictions?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Tomcat only provides a Servlet container, suitable for hosting web applications. Geronimo is designed to implement the entire J2EE (now known as JavaEE) stack, which includes: a Servlet container, an EJB container, messaging provider (JMS) and Java Connector (JCA) container. A more interesting question would be about the <em>relationship</em> between these two projects, but hopefully someone else can speak to that.</p></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/can-my-company-use-geronimo-are-there-any-restrictions.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/can-my-company-use-geronimo-are-there-any-restrictions.html (original)
+++ websites/production/geronimo/content/GMOxKB/can-my-company-use-geronimo-are-there-any-restrictions.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="both-geronimo-and-tomcat-are-created-by-apache-what-is-the-difference-between-these-projects.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Both Geronimo and Tomcat are created by Apache, what is the difference between these projects?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="general.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">General</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="does-this-project-use-a-wiki.html" rel="next">
-                <span class="title">Does this project use a wiki?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Please read the <a shape="rect" class="external-link" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache license</a>.</p></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/desarrollo-de-gbean.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/desarrollo-de-gbean.html (original)
+++ websites/production/geronimo/content/GMOxKB/desarrollo-de-gbean.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="pf.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">PF</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="genricas.html" rel="next">
-                <span class="title">Gen&#233;ricas</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="es-posible-obtener-una-referencia-al-mbeanserver-desde-un-gbean.html">&#191;Es posible obtener una referencia al MBeanServer desde un GBean?</a></li></ul></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/dnde-est-la-lista-de-correo-y-cmo-me-puedo-registrar.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/dnde-est-la-lista-de-correo-y-cmo-me-puedo-registrar.html (original)
+++ websites/production/geronimo/content/GMOxKB/dnde-est-la-lista-de-correo-y-cmo-me-puedo-registrar.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="cmo-esta-diseado-geronimo-necesito-aprender-muchas-cosas-de-configuracin-adaptable.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">&#191;C&#243;mo esta dise&#241;ado Geronimo? &#191;Necesito aprender muchas cosas de configuraci&#243;n adaptable?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="genricas.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Gen&#233;ricas</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="este-proyecto-usa-algn-wiki.html" rel="next">
-                <span class="title">&#191;Este proyecto usa alg&#250;n wiki?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>La lista de correos de usuarios es <a shape="rect" class="external-link" href="mailto:user@geronimo.apache.org" rel="nofollow">user@geronimo.apache.org</a>. Puedes registrarte con enviar un e-mail a <a shape="rect" class="external-link" href="mailto:user-subscribe@geronimo.apache.org" rel="nofollow">user-subscribe@geronimo.apache.org</a>. Para actualizarte con la consulta de mensajes previos, lee su <a shape="rect" class="external-link" href="http://mail-archives.apache.org/mod_mbox/geronimo-user/">archivo de la lista de correos</a>.</p>
 

Modified: websites/production/geronimo/content/GMOxKB/does-this-project-use-a-wiki.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/does-this-project-use-a-wiki.html (original)
+++ websites/production/geronimo/content/GMOxKB/does-this-project-use-a-wiki.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="can-my-company-use-geronimo-are-there-any-restrictions.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Can my company use Geronimo? Are there any restrictions?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="general.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">General</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-is-geronimo-designed-do-i-need-to-learn-lots-of-custom-config-stuff.html" rel="next">
-                <span class="title">How is Geronimo designed? Do I need to learn lots of custom config stuff?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Yes. This is the WIKI.  Visit <a shape="rect" class="external-link" href="http://cwiki.apache.org/geronimo">http://cwiki.apache.org/geronimo</a></p></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/faq.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/faq.html (original)
+++ websites/production/geronimo/content/GMOxKB/faq.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="glossary.html" rel="next">
-                <span class="title">Glossary</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="admin-questions.html">Admin questions</a><ul class="childpages-macro"><li><a shape="rect" href="how-do-i-add-additional-services-such-as-tomcat-openejb-openjms-etc.html">How do I add additional services such as Tomcat, OpenEJB, OpenJMS etc.?</a></li><li><a shape="rect" href="how-do-i-get-started-installing-geronimo.html">How do I get started installing Geronimo?</a></li><li><a shape="rect" href="how-to-change-port-numbers-for-geronimo-services.html">How to change port numbers for Geronimo services</a></li><li><a shape="rect" href="how-to-disable-geronimo-services-to-avoid-port-conflicts.html">How to disable Geronimo services to avoid port conflicts</a></li><li><a shape="rect" href="jetty-or-tomcat.html">Jetty or Tomcat?</a></li><li><a shape="rect" href="remote-admin-using-deployerjar-fails-to-connect-when-ipv6-is-used.html">Remote admin using deployer.jar fails to connect when IPv6 is used</a></li></ul></li><li><a shape="rect" h
 ref="gbean-development.html">GBean Development</a><ul class="childpages-macro"><li><a shape="rect" href="is-it-possible-to-get-a-reference-to-the-mbeanserver-from-a-gbean.html">Is it possible to get a reference to the MBeanServer from a GBean?</a></li><li><a shape="rect" href="is-it-possible-to-get-a-reference-to-the-notificationbroadcastersupport-from-a-gbean.html">Is it possible to get a reference to the NotificationBroadcasterSupport from a GBean?</a></li></ul></li><li><a shape="rect" href="general.html">General</a><ul class="childpages-macro"><li><a shape="rect" href="both-geronimo-and-tomcat-are-created-by-apache-what-is-the-difference-between-these-projects.html">Both Geronimo and Tomcat are created by Apache, what is the difference between these projects?</a></li><li><a shape="rect" href="can-my-company-use-geronimo-are-there-any-restrictions.html">Can my company use Geronimo? Are there any restrictions?</a></li><li><a shape="rect" href="does-this-project-use-a-wiki.html">Doe
 s this project use a wiki?</a></li><li><a shape="rect" href="how-is-geronimo-designed-do-i-need-to-learn-lots-of-custom-config-stuff.html">How is Geronimo designed? Do I need to learn lots of custom config stuff?</a></li><li><a shape="rect" href="id-like-to-find-out-more-about-the-project-and-possibly-contribute-what-do-i-do-next.html">I'd like to find out more about the project and possibly contribute. What do I do next?</a></li><li><a shape="rect" href="what-can-i-do-with-geronimo-right-now.html">What can I do with Geronimo right now?</a></li><li><a shape="rect" href="what-is-geronimo.html">What is Geronimo?</a></li><li><a shape="rect" href="where-can-i-get-the-latest-builds-of-geronimo.html">Where can I get the latest builds of Geronimo?</a></li><li><a shape="rect" href="where-is-the-mailing-list-and-how-can-i-subscribe.html">Where is the mailing list, and how can I subscribe?</a></li><li><a shape="rect" href="why-does-geronimo-exist.html">Why does Geronimo exist?</a></li><li><a 
 shape="rect" href="why-should-i-use-geronimo-instead-of-another-appserver.html">Why should I use Geronimo instead of another-appServer?</a></li></ul></li><li><a shape="rect" href="geronimo-developer-questions.html">Geronimo developer questions</a><ul class="childpages-macro"><li><a shape="rect" href="how-do-i-get-involved.html">How do I get involved?</a></li><li><a shape="rect" href="how-do-i-get-the-latest-version.html">How do I get the latest version?</a></li><li><a shape="rect" href="how-do-i-set-up-eclipse-ide.html">How do I set up Eclipse IDE?</a></li><li><a shape="rect" href="how-do-i-set-up-intellij-ide.html">How do I set up IntelliJ IDE?</a></li><li><a shape="rect" href="how-do-i-setup-my-svn-client-for-commits.html">How do I setup my SVN client for commits?</a></li><li><a shape="rect" href="how-do-i-set-up-netbeans-ide.html">How do I set up NetBeans IDE?</a></li><li><a shape="rect" href="what-format-should-i-use-for-svn-commit-messages.html">What format should I use for SVN
  Commit messages?</a></li><li><a shape="rect" href="what-on-earth-is-a-gbean-why-are-they-different-from-mbeans.html">What on Earth is a GBean? Why are they different from MBeans?</a></li></ul></li><li><a shape="rect" href="web-services-questions.html">Web Services questions</a><ul class="childpages-macro"><li><a shape="rect" href="how-do-i-enable-security-for-ejb-web-service.html">How do I enable security for EJB Web Service?</a></li><li><a shape="rect" href="how-do-i-specify-a-different-endpoint-address-for-my-web-service.html">How do I specify a different endpoint address for my Web Service?</a></li><li><a shape="rect" href="what-is-the-endpoint-address-of-my-web-service.html">What is the endpoint address of my Web Service?</a></li><li><a shape="rect" href="what-web-services-standards-are-supported-in-geronimo.html">What Web Services standards are supported in Geronimo?</a></li></ul></li></ul> </div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/gbean-development.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/gbean-development.html (original)
+++ websites/production/geronimo/content/GMOxKB/gbean-development.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="admin-questions.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Admin questions</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="faq.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">FAQ</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="general.html" rel="next">
-                <span class="title">General</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="is-it-possible-to-get-a-reference-to-the-mbeanserver-from-a-gbean.html">Is it possible to get a reference to the MBeanServer from a GBean?</a></li><li><a shape="rect" href="is-it-possible-to-get-a-reference-to-the-notificationbroadcastersupport-from-a-gbean.html">Is it possible to get a reference to the NotificationBroadcasterSupport from a GBean?</a></li></ul></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/general.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/general.html (original)
+++ websites/production/geronimo/content/GMOxKB/general.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="gbean-development.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">GBean Development</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="faq.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">FAQ</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="geronimo-developer-questions.html" rel="next">
-                <span class="title">Geronimo developer questions</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="both-geronimo-and-tomcat-are-created-by-apache-what-is-the-difference-between-these-projects.html">Both Geronimo and Tomcat are created by Apache, what is the difference between these projects?</a></li><li><a shape="rect" href="can-my-company-use-geronimo-are-there-any-restrictions.html">Can my company use Geronimo? Are there any restrictions?</a></li><li><a shape="rect" href="does-this-project-use-a-wiki.html">Does this project use a wiki?</a></li><li><a shape="rect" href="how-is-geronimo-designed-do-i-need-to-learn-lots-of-custom-config-stuff.html">How is Geronimo designed? Do I need to learn lots of custom config stuff?</a></li><li><a shape="rect" href="id-like-to-find-out-more-about-the-project-and-possibly-contribute-what-do-i-do-next.html">I'd like to find out more about the project and possibly contribute. What do I do next?</a></li><li><a shape="rect" href="what-can-i-do-with-geronimo-right-now.html">What can I do with G
 eronimo right now?</a></li><li><a shape="rect" href="what-is-geronimo.html">What is Geronimo?</a></li><li><a shape="rect" href="where-can-i-get-the-latest-builds-of-geronimo.html">Where can I get the latest builds of Geronimo?</a></li><li><a shape="rect" href="where-is-the-mailing-list-and-how-can-i-subscribe.html">Where is the mailing list, and how can I subscribe?</a></li><li><a shape="rect" href="why-does-geronimo-exist.html">Why does Geronimo exist?</a></li><li><a shape="rect" href="why-should-i-use-geronimo-instead-of-another-appserver.html">Why should I use Geronimo instead of another-appServer?</a></li></ul></div>
         </div>
@@ -134,13 +111,13 @@
                                       <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13403" title="Can my company use Geronimo? Are there any restrictions?">Can my company use Geronimo? Are there any restrictions?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=7541" title="Where is the mailing list, and how can I subscribe?">Where is the mailing list, and how can I subscribe?</a>
+                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=89043" title="Where can I get the latest builds of Geronimo?">Where can I get the latest builds of Geronimo?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13404" title="How is Geronimo designed? Do I need to learn lots of custom config stuff?">How is Geronimo designed? Do I need to learn lots of custom config stuff?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=89043" title="Where can I get the latest builds of Geronimo?">Where can I get the latest builds of Geronimo?</a>
+                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=7541" title="Where is the mailing list, and how can I subscribe?">Where is the mailing list, and how can I subscribe?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13609" title="Does this project use a wiki?">Does this project use a wiki?</a>

Modified: websites/production/geronimo/content/GMOxKB/genricas.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/genricas.html (original)
+++ websites/production/geronimo/content/GMOxKB/genricas.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="desarrollo-de-gbean.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Desarrollo de GBean</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="pf.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">PF</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="preguntas-de-administracin.html" rel="next">
-                <span class="title">Preguntas de Administraci&#243;n</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <ul class="childpages-macro"><li><a shape="rect" href="cmo-esta-diseado-geronimo-necesito-aprender-muchas-cosas-de-configuracin-adaptable.html">&#191;C&#243;mo esta dise&#241;ado Geronimo? &#191;Necesito aprender muchas cosas de configuraci&#243;n adaptable?</a></li><li><a shape="rect" href="dnde-est-la-lista-de-correo-y-cmo-me-puedo-registrar.html">&#191;D&#243;nde est&#225; la lista de correo, y c&#243;mo me puedo registrar?</a></li><li><a shape="rect" href="este-proyecto-usa-algn-wiki.html">&#191;Este proyecto usa alg&#250;n wiki?</a></li><li><a shape="rect" href="mi-compaa-puede-usar-geronimo-existen-restricciones.html">&#191;Mi compa&#241;&#237;a puede usar Geronimo? &#191;Existen restricciones?</a></li><li><a shape="rect" href="porqu-debera-usar-a-geronimo-en-lugar-de-otro-servidor-de-aplicaciones.html">&#191;Porqu&#233; deber&#237;a usar a Geronimo en lugar de otro servidor-de-aplicaciones?</a></li><li><a shape="rect" href="porqu-existe-geronimo.html">&#191;Porqu&#233; existe
  Geronimo?</a></li><li><a shape="rect" href="qu-es-geronimo.html">&#191;Qu&#233; es Geronimo?</a></li><li><a shape="rect" href="qu-puedo-hacer-con-geronimo-justo-en-estos-momentos.html">&#191;Qu&#233; puedo hacer con Geronimo justo en estos momentos?</a></li><li><a shape="rect" href="me-gustara-saber-ms-sobre-el-proyecto-y-probablemente-contribuir-qu-debo-hacer.html">Me gustar&#237;a saber m&#225;s sobre el proyecto y probablemente contribuir. &#191;Qu&#233; debo hacer?</a></li><li><a shape="rect" href="tanto-geronimo-como-tomcat-son-creados-por-apache-cul-es-la-diferencia-entre-esos-proyectos.html">Tanto Geronimo como Tomcat son creados por Apache, &#191;cu&#225;l es la diferencia entre esos proyectos?</a></li></ul></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/geronimo-developer-questions.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/geronimo-developer-questions.html (original)
+++ websites/production/geronimo/content/GMOxKB/geronimo-developer-questions.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="general.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">General</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="faq.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">FAQ</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="web-services-questions.html" rel="next">
-                <span class="title">Web Services questions</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="how-do-i-get-involved.html">How do I get involved?</a></li><li><a shape="rect" href="how-do-i-get-the-latest-version.html">How do I get the latest version?</a></li><li><a shape="rect" href="how-do-i-set-up-eclipse-ide.html">How do I set up Eclipse IDE?</a></li><li><a shape="rect" href="how-do-i-set-up-intellij-ide.html">How do I set up IntelliJ IDE?</a></li><li><a shape="rect" href="how-do-i-setup-my-svn-client-for-commits.html">How do I setup my SVN client for commits?</a></li><li><a shape="rect" href="how-do-i-set-up-netbeans-ide.html">How do I set up NetBeans IDE?</a></li><li><a shape="rect" href="what-format-should-i-use-for-svn-commit-messages.html">What format should I use for SVN Commit messages?</a></li><li><a shape="rect" href="what-on-earth-is-a-gbean-why-are-they-different-from-mbeans.html">What on Earth is a GBean? Why are they different from MBeans?</a></li></ul></div>
         </div>
@@ -131,10 +108,10 @@
               <a href="javascript:hideChildren()">Hide Children</a></span>
           </div>
           <div class="greybox" id="children" style="display: none;">
-                                      <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13444" title="How do I get the latest version?">How do I get the latest version?</a>
+                                      <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51124" title="What format should I use for SVN Commit messages?">What format should I use for SVN Commit messages?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51124" title="What format should I use for SVN Commit messages?">What format should I use for SVN Commit messages?</a>
+                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13444" title="How do I get the latest version?">How do I get the latest version?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13449" title="What on Earth is a GBean? Why are they different from MBeans?">What on Earth is a GBean? Why are they different from MBeans?</a>

Modified: websites/production/geronimo/content/GMOxKB/glosario.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/glosario.html (original)
+++ websites/production/geronimo/content/GMOxKB/glosario.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="indice.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Indice</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="instrucciones.html" rel="next">
-                <span class="title">Instrucciones</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="clies.html">CLI_ES</a></li></ul> </div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/glossary.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/glossary.html (original)
+++ websites/production/geronimo/content/GMOxKB/glossary.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="faq.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">FAQ</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="index.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Index</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="instructions.html" rel="next">
-                <span class="title">Instructions</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="cli.html">CLI</a> &#8212; <span class="smalltext">Command Line Interface</span></li></ul> </div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/how-do-i-add-additional-services-such-as-tomcat-openejb-openjms-etc.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/how-do-i-add-additional-services-such-as-tomcat-openejb-openjms-etc.html (original)
+++ websites/production/geronimo/content/GMOxKB/how-do-i-add-additional-services-such-as-tomcat-openejb-openjms-etc.html Fri Sep  6 01:15:20 2019
@@ -95,26 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="admin-questions.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Admin questions</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-do-i-get-started-installing-geronimo.html" rel="next">
-                <span class="title">How do I get started installing Geronimo?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>The basic component of Geronimo is a GBean. Every service in Geronimo is a set of GBeans, be it Tomcat or OpenEJB. No OpenJMS GBeans exist. </p></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/how-do-i-get-the-latest-version.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/how-do-i-get-the-latest-version.html (original)
+++ websites/production/geronimo/content/GMOxKB/how-do-i-get-the-latest-version.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="how-do-i-get-involved.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How do I get involved?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="geronimo-developer-questions.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Geronimo developer questions</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-do-i-set-up-eclipse-ide.html" rel="next">
-                <span class="title">How do I set up Eclipse IDE?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>The <a shape="rect" class="external-link" href="http://geronimo.apache.org">Apache Geronimo web site</a> tells you how to download binary distributions (for the latest packaged version) and source code.</p></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/how-do-i-set-up-eclipse-ide.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/how-do-i-set-up-eclipse-ide.html (original)
+++ websites/production/geronimo/content/GMOxKB/how-do-i-set-up-eclipse-ide.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="how-do-i-get-the-latest-version.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How do I get the latest version?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="geronimo-developer-questions.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Geronimo developer questions</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-do-i-set-up-intellij-ide.html" rel="next">
-                <span class="title">How do I set up IntelliJ IDE?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>First, follow the <a shape="rect" href="../GMOxDEV/building-apache-geronimo.html">instructions</a> for building the server.  After you have built the server you can generate the workspace configuration files for Eclipse with:</p>
 

Modified: websites/production/geronimo/content/GMOxKB/how-do-i-set-up-intellij-ide.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/how-do-i-set-up-intellij-ide.html (original)
+++ websites/production/geronimo/content/GMOxKB/how-do-i-set-up-intellij-ide.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="how-do-i-set-up-eclipse-ide.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How do I set up Eclipse IDE?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="geronimo-developer-questions.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Geronimo developer questions</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="how-do-i-setup-my-svn-client-for-commits.html" rel="next">
-                <span class="title">How do I setup my SVN client for commits?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>First, follow the <a shape="rect" href="../GMOxDEV/building-apache-geronimo.html">instructions</a> for building the server.  After you have built the server you can generate the workspace configuration files for IDEA IntelliJ with:</p>
 

Modified: websites/production/geronimo/content/GMOxKB/how-do-i-set-up-netbeans-ide.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/how-do-i-set-up-netbeans-ide.html (original)
+++ websites/production/geronimo/content/GMOxKB/how-do-i-set-up-netbeans-ide.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="how-do-i-setup-my-svn-client-for-commits.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How do I setup my SVN client for commits?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="geronimo-developer-questions.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Geronimo developer questions</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="what-format-should-i-use-for-svn-commit-messages.html" rel="next">
-                <span class="title">What format should I use for SVN Commit messages?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>With Netbeans 4.0 : </p>
 

Modified: websites/production/geronimo/content/GMOxKB/how-do-i-specify-a-different-endpoint-address-for-my-web-service.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/how-do-i-specify-a-different-endpoint-address-for-my-web-service.html (original)
+++ websites/production/geronimo/content/GMOxKB/how-do-i-specify-a-different-endpoint-address-for-my-web-service.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="how-do-i-enable-security-for-ejb-web-service.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How do I enable security for EJB Web Service?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="web-services-questions.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">Web Services questions</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="what-is-the-endpoint-address-of-my-web-service.html" rel="next">
-                <span class="title">What is the endpoint address of my Web Service?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 <h4 id="HowdoIspecifyadifferentendpointaddressformyWebService?-Servlet-basedJAX-WSWebServices">Servlet-based JAX-WS Web Services</h4>
 
 <p>The endpoint address for servlet-based JAX-WS Web Services is based on the context root of the web application and the &lt;servlet-mapping&gt; entry in the <code>web.xml</code> for the Web Service. Adjust these values in order to have a different endpoint address for your Web Service.</p>

Modified: websites/production/geronimo/content/GMOxKB/how-is-geronimo-designed-do-i-need-to-learn-lots-of-custom-config-stuff.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/how-is-geronimo-designed-do-i-need-to-learn-lots-of-custom-config-stuff.html (original)
+++ websites/production/geronimo/content/GMOxKB/how-is-geronimo-designed-do-i-need-to-learn-lots-of-custom-config-stuff.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="does-this-project-use-a-wiki.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">Does this project use a wiki?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="general.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">General</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="id-like-to-find-out-more-about-the-project-and-possibly-contribute-what-do-i-do-next.html" rel="next">
-                <span class="title">I'd like to find out more about the project and possibly contribute. What do I do next?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Abstraction between service providers and config files perhaps Easy config steps.</p></div>
         </div>

Modified: websites/production/geronimo/content/GMOxKB/id-like-to-find-out-more-about-the-project-and-possibly-contribute-what-do-i-do-next.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/id-like-to-find-out-more-about-the-project-and-possibly-contribute-what-do-i-do-next.html (original)
+++ websites/production/geronimo/content/GMOxKB/id-like-to-find-out-more-about-the-project-and-possibly-contribute-what-do-i-do-next.html Fri Sep  6 01:15:20 2019
@@ -95,30 +95,7 @@
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent">    
-<div class="atb-scrollbar-macro">
-    <div class="prev">
-        <a shape="rect" href="how-is-geronimo-designed-do-i-need-to-learn-lots-of-custom-config-stuff.html" rel="prev">
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-left">Previous</span>
-                                <span class="title">How is Geronimo designed? Do I need to learn lots of custom config stuff?</span>
-            </a>
-
-    </div>
-    <div class="parent">
-                    <a shape="rect" href="general.html" rel="parent">
-                                            <span class="aui-icon aui-icon-small atb-icon-arrow-up">Up</span>
-                                        <span class="title">General</span>
-                </a>
-
-            </div>
-    <div class="next">
-        <a shape="rect" href="what-can-i-do-with-geronimo-right-now.html" rel="next">
-                <span class="title">What can I do with Geronimo right now?</span>
-                                    <span class="aui-icon aui-icon-small atb-icon-arrow-right">Next</span>
-                            </a>
-
-    </div>
-</div>
+          <div class="wiki-content maincontent">
 
 <p>Participation on the project is via the mailing list and the source code repository. You join by subscribing to the mailing list and participating in discussions. You can help by contributing your ideas, enthusiasm, code, documentation, and tests. The fundamental tenet of the Apache Software Foundation is that great communities build great code. The emphasis is on community; the code comes from that. If you want to help, just join the mailing list, see what needs to be done, and do it. Welcome!</p></div>
         </div>