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 2021/11/08 01:13:39 UTC

svn commit: r1077211 [4/4] - in /websites/production/geronimo/content: ./ GMOxDEV/ GMOxDOC10/ GMOxDOC11/ GMOxDOC12/ GMOxDOC20/ GMOxDOC20ja/ GMOxDOC21/ GMOxDOC22/ GMOxDOC30/ GMOxKB/ cache/ doc/ gshell/ xbean/

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

Modified: websites/production/geronimo/content/GMOxDOC30/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html Mon Nov  8 01:13:38 2021
@@ -120,11 +120,11 @@ under the License.
           <div class="wiki-content maincontent">
 <ol><li>Build GEP using Maven.  See <a shape="rect" href="how-to-build-geronimo-eclipse-plugin-from-source.html">How to Build Geronimo Eclipse Plugin from Source</a> for details.  The projects are now ready to be imported into your Eclipse workspace.</li><li>Launch a clean installation of Eclipse Helios SR1 (See <a shape="rect" class="external-link" href="http://cwiki.apache.org/confluence/display/GMOxDOC21/Apache+Geronimo+Development+Tools+Project#ApacheGeronimoDevelopmentToolsProject-Prerequisites">this page</a> for details).</li><li>Follow these steps blow to complete the configuration of Eclipse for GEP development:
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1608772140276 {padding: 0px;}
-div.rbtoc1608772140276 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1608772140276 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1636333623773 {padding: 0px;}
+div.rbtoc1636333623773 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1636333623773 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1608772140276">
+/*]]>*/</style><div class="toc-macro rbtoc1636333623773">
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-SetJavaInstalledJREtoJava6">Set Java Installed JRE to Java 6</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-SettheClassPathvariable">Set the ClassPath variable</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-Setthetargetplatform">Set the target platform</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-ImportthesourcecodeinyourEclipseWorkspace">Import the source code in your Eclipse Workspace</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-RunandDebugConfigurations">Run and Debug Configurations</a></li></ul>
 </div></li></ol>
 
@@ -171,7 +171,7 @@ and add them to your target platform by
 <span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="how-to-develop-geronimo-eclipse-plugin-in-eclipse.data/figure8.png"></span><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>On the next window select <strong>General-&gt;Existing Projects into Workspace</strong>. Select <strong>Next</strong>.<br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline">
 <span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="how-to-develop-geronimo-eclipse-plugin-in-eclipse.data/figure9.png"></span><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>On the import projects window Browse to <strong>&lt;GEP_Source_Home&gt;/trunk</strong>. Select Finish.<br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline">
 <span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="how-to-develop-geronimo-eclipse-plugin-in-eclipse.data/figure10.png"></span><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline">
-In case there are some errors try fixing those (consider it as your first step towards working with GEP! <img class="emoticon emoticon-smile" src="https://cwiki.apache.org/confluence/s/-44uhzy/8501/fded9f91818631c3677be93247bf5ae6723a1c8d/_/images/icons/emoticons/smile.svg" data-emoticon-name="smile" alt="(smile)"> ) or else use the <a shape="rect" class="external-link" href="http://geronimo.apache.org/mailing-lists.html">Geronimo mailing lists</a>.  See <a shape="rect" href="how-to-open-a-bug-for-geronimo-eclipse-plugin.html">How to open a bug for Geronimo Eclipse Plugin</a> for details.</li></ol>
+In case there are some errors try fixing those (consider it as your first step towards working with GEP! <img class="emoticon emoticon-smile" src="https://cwiki.apache.org/confluence/s/6dvx22/8703/4mhn8a/_/images/icons/emoticons/smile.svg" data-emoticon-name="smile" alt="(smile)"> ) or else use the <a shape="rect" class="external-link" href="http://geronimo.apache.org/mailing-lists.html">Geronimo mailing lists</a>.  See <a shape="rect" href="how-to-open-a-bug-for-geronimo-eclipse-plugin.html">How to open a bug for Geronimo Eclipse Plugin</a> for details.</li></ol>
 
 
 <h3 id="HowtoDevelopGeronimoEclipsePlugininEclipse-RunandDebugConfigurations">Run and Debug Configurations</h3>

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

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

Modified: websites/production/geronimo/content/GMOxDOC30/managing-osgi-bundles.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/managing-osgi-bundles.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/managing-osgi-bundles.html Mon Nov  8 01:13:38 2021
@@ -124,11 +124,11 @@ under the License.
 <p>This document is organized into the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578914485 {padding: 0px;}
-div.rbtoc1591578914485 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578914485 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1636333730351 {padding: 0px;}
+div.rbtoc1636333730351 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1636333730351 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578914485">
+/*]]>*/</style><div class="toc-macro rbtoc1636333730351">
 <ul class="toc-indentation"><li><a shape="rect" href="#ManagingOSGiBundles-InstallinganOSGiBundle">Installing an OSGi Bundle</a></li><li><a shape="rect" href="#ManagingOSGiBundles-ManagingtheStatusofOSGiBundles">Managing the Status of OSGi Bundles</a></li><li><a shape="rect" href="#ManagingOSGiBundles-ViewingDifferentGroupsofBundles">Viewing Different Groups of Bundles</a></li><li><a shape="rect" href="#ManagingOSGiBundles-ViewingthePackageofOSGiBundles">Viewing the Package of OSGi Bundles</a></li><li><a shape="rect" href="#ManagingOSGiBundles-ViewingtheInformationofOSGiBundles">Viewing the Information of OSGi Bundles</a></li></ul>
 </div>
 

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

Modified: websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html Mon Nov  8 01:13:38 2021
@@ -120,11 +120,11 @@ under the License.
 <p>There are several alternatives available for starting and stopping applications:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1608772166280 {padding: 0px;}
-div.rbtoc1608772166280 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1608772166280 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1636333663826 {padding: 0px;}
+div.rbtoc1636333663826 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1636333663826 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1608772166280">
+/*]]>*/</style><div class="toc-macro rbtoc1636333663826">
 <ul class="toc-indentation"><li><a shape="rect" href="#Startingandstoppingapplications-ViaGeronimoAdministrationConsole">Via Geronimo Administration Console</a></li><li><a shape="rect" href="#Startingandstoppingapplications-ViaDeployertool">Via Deployer tool</a></li><li><a shape="rect" href="#Startingandstoppingapplications-ViaGShell">Via GShell</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html Mon Nov  8 01:13:38 2021
@@ -152,11 +152,11 @@ System.out.println("This is a stateless
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. <br clear="none">
 This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1608772043860 {padding: 0px;}
-div.rbtoc1608772043860 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1608772043860 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1636333558725 {padding: 0px;}
+div.rbtoc1636333558725 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1636333558725 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1608772043860">
+/*]]>*/</style><div class="toc-macro rbtoc1636333558725">
 <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/working-with-jconsole.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/working-with-jconsole.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/working-with-jconsole.html Mon Nov  8 01:13:38 2021
@@ -123,20 +123,24 @@ under the License.
 <h1 id="WorkingwithJConsole-MonitoringGeronimoinJConsole">Monitoring Geronimo in JConsole</h1>
 <p>To make Geronimo accessible to JConsole you can simply deactive both password authentication and secure socket layer (SSL) encryption:</p>
 <ol><li>If you are running the server with IBM JDK 6, you have to add the following Java options to disable password authentication and SSL connection. Note that the command should be typed on a single line.
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><ul><li>On a Windows system</li></ul></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style>&lt;ul&gt;
+	&lt;li&gt;On a Windows system&lt;/li&gt;
+&lt;/ul&gt;</div>
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>set JAVA_OPTS=-Dcom.sun.management.jmxremote.port=&lt;port&gt; -Dcom.sun.management.jmxremote.authenticate=false
 -Dcom.sun.management.jmxremote.ssl=false
 </pre>
 </div></div>
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><ul><li>On a Linux system</li></ul></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style>&lt;ul&gt;
+	&lt;li&gt;On a Linux system&lt;/li&gt;
+&lt;/ul&gt;</div>
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>export JAVA_OPTS="-Dcom.sun.management.jmxremote.port=&lt;port&gt; -Dcom.sun.management.jmxremote.authenticate=false  
 -Dcom.sun.management.jmxremote.ssl=false"
 </pre>
 </div></div>
 where 
-<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><em>&lt;port&gt;</em> is a free port on which you would like to enable this connection.</p></div>
+<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style>&lt;p&gt;&lt;em&gt;&amp;lt;port&amp;gt;&lt;/em&gt; is a free port on which you would like to enable this connection.&lt;/p&gt;</div>
 <br clear="none" class="atl-forced-newline"></li><li>Start the server.</li><li>Then, run the command <code>jconsole</code> from <code>&lt;JDK_HOME&gt;\bin</code> directory.</li><li>In the dialog <strong>New connection</strong> of JConsole, input the connection information in the <em>Remote Process</em> field.
 	<ul><li><code><strong>&lt;ipaddr&gt;:&lt;port&gt;</strong></code> for monitoring local server overall information, for example memories, threads, and VM summaries.</li><li><code><strong>service:jmx:rmi:///jndi/rmi://&lt;ipaddr&gt;:1099/JMXConnector</strong></code> for monitoring  Geronimo information in <em>MBeans</em> tab. In this case, tabs other than <em>MBeans</em> are inactive.<br clear="none">
 where 
@@ -148,23 +152,31 @@ where
 <h1 id="WorkingwithJConsole-MonitorGeronimoinJConsolewithsecureJMXconnectionenabled">Monitor Geronimo in JConsole with secure JMX connection enabled</h1>
 <p>Password authentication over secure sockets layer (SSL) can be used to ensure that unauthorized persons cannot control or monitor your server. Before connecting to the secure JMX server in JConsole, you have to make a few configuration steps to disable the non-secure JMX server and start the jmx-security module.</p>
 <ol><li><a shape="rect" href="securing-rmi-port-of-geronimo.html">Enable JMX-security module of the Geronimo server</a>.</li><li>Then, open a command window and set environment variable.
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><ul><li>On a Windows system</li></ul></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style>&lt;ul&gt;
+	&lt;li&gt;On a Windows system&lt;/li&gt;
+&lt;/ul&gt;</div>
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>set GERONIMO_HOME=&lt;Geronimo_HOME&gt;
 </pre>
 </div></div>
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><ul><li>On a Linux system</li></ul></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style>&lt;ul&gt;
+	&lt;li&gt;On a Linux system&lt;/li&gt;
+&lt;/ul&gt;</div>
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>export GERONIMO_HOME=&lt;Geronimo_HOME&gt;
 </pre>
 </div></div>
 where <em>&lt;Geronimo_HOME&gt;</em> is the installation directory of the Geronimo server</li><li>Run <code>&lt;JDK_HOME&gt;/bin/jconsole</code> via the following command. Note that the command has been split across several lines for readability. The command must be typed on a single line.
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><ul><li>On a Windows system</li></ul></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style>&lt;ul&gt;
+	&lt;li&gt;On a Windows system&lt;/li&gt;
+&lt;/ul&gt;</div>
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>jconsole \-J-D-Dorg.apache.geronimo.keyStoreTrustStorePasswordFile=%myDir%/KeystoreTrustSotrePasswordFile.key
 </pre>
 </div></div>
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><ul><li>On a Linux system</li></ul></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style>&lt;ul&gt;
+	&lt;li&gt;On a Linux system&lt;/li&gt;
+&lt;/ul&gt;</div>
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>jconsole \-J-D-Dorg.apache.geronimo.keyStoreTrustStorePasswordFile=$myDir/KeystoreTrustSotrePasswordFile.key
 </pre>

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

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

Modified: websites/production/geronimo/content/GMOxKB/indice.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/indice.html (original)
+++ websites/production/geronimo/content/GMOxKB/indice.html Mon Nov  8 01:13:38 2021
@@ -111,7 +111,7 @@
 <div class="panel" style="background-color: #ffffff;border-color: #6699ff;border-style: solid;border-width: 1px;"><div class="panelHeader" style="border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #6699ff;background-color: #D5EFFF;"><b>&#191;Obtuviste Conocimiento?</b></div><div class="panelContent" style="background-color: #ffffff;">
 <p>&#191;No estas seguro en d&#243;nde colocarlo?</p>
 
-<p>Agrega una p&#225;gina a la base de conocimientos <img class="emoticon emoticon-smile" src="https://cwiki.apache.org/confluence/s/-44uhzy/8501/fded9f91818631c3677be93247bf5ae6723a1c8d/_/images/icons/emoticons/smile.svg" data-emoticon-name="smile" alt="(smile)"></p>
+<p>Agrega una p&#225;gina a la base de conocimientos <img class="emoticon emoticon-smile" src="https://cwiki.apache.org/confluence/s/6dvx22/8703/4mhn8a/_/images/icons/emoticons/smile.svg" data-emoticon-name="smile" alt="(smile)"></p>
 
 <p>&#191;No estas seguro de c&#243;mo agregar una p&#225;gina?  Lee las <a shape="rect" href="instrucciones.html">Instrucciones</a>.</p>
 </div></div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: websites/production/geronimo/content/get-involved.html
==============================================================================
--- websites/production/geronimo/content/get-involved.html (original)
+++ websites/production/geronimo/content/get-involved.html Mon Nov  8 01:13:38 2021
@@ -361,7 +361,7 @@ Plugins
 
 <h3 id="GetInvolved-Showyoursupport!">Show your support!</h3>
 
-<p>Use the following <a shape="rect" href="get-involved.data/geronimo_email_closing.zip?version=1&amp;modificationDate=1223369935000&amp;api=v2" data-linked-resource-id="9132" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="geronimo_email_closing.zip" data-nice-type="Zip Archive" data-linked-resource-content-type="application/zip" data-linked-resource-container-id="11749" data-linked-resource-container-version="34">email closing template</a> and/or <a shape="rect" class="external-link" href="http://geronimo.apache.org/images/geronimo_email_logo.gif">Geronimo Logo</a> to help show your support and involvement with Apache Geronimo.<br clear="none">
+<p>Use the following <a shape="rect" href="get-involved.data/geronimo_email_closing.zip?version=1&amp;modificationDate=1223369935000&amp;api=v2" data-linked-resource-id="9132" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="geronimo_email_closing.zip" data-nice-type="Zip Archive" data-linked-resource-content-type="application/zip" data-linked-resource-container-id="11749" data-linked-resource-container-version="35">email closing template</a> and/or <a shape="rect" class="external-link" href="http://geronimo.apache.org/images/geronimo_email_logo.gif">Geronimo Logo</a> to help show your support and involvement with Apache Geronimo.<br clear="none">
 <span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="get-involved.data/email_closing_template.png"></span></p>
 
 <div class="sectionColumnWrapper"><div class="sectionMacro">
@@ -376,24 +376,24 @@ Plugins
 <ul><li>To discuss Apache Geronimo topics check out the <a shape="rect" href="mailing-lists.html">mailing lists</a>.</li><li>Informal discussion also occurs on the <a shape="rect" class="external-link" href="irc://irc.freenode.net/geronimo" rel="nofollow">#geronimo</a> IRC channel on <a shape="rect" class="external-link" href="http://freenode.net/" rel="nofollow">freenode.net</a>.  A log of this discussion can be found <a shape="rect" class="external-link" href="http://servlet.uwyn.com/drone/log/bevinbot/geronimo" rel="nofollow">here</a>.</li><li>Bugs and other issues can be posted on the project <a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/GERONIMO">JIRA</a>.</li><li>Additional documentation and discussion can be found on the project <a shape="rect" class="external-link" href="http://cwiki.apache.org/geronimo">wiki</a>.</li></ul>
 </div></div></div></div>
 <h3 id="GetInvolved-Wanttocontributetoproject'sdocumentation?">Want to contribute to project's documentation?</h3>
-<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><strong>Contributing to Geronimo's documentation is as easy as easy can get!</strong></p>
+<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style>&lt;p&gt;&lt;strong&gt;Contributing to Geronimo's documentation is as easy as easy can get!&lt;/strong&gt;&lt;/p&gt;
 
-<p>We use a Confluence wiki to develop the project's documentation, then we massage the wiki content with a Confluence plugin to generate a custom HTML version. That is what you see when you access <span class="nobr"><a shape="rect" class="external-link" href="http://cwiki.apache.org/geronimo">http://cwiki.apache.org/geronimo<sup><img align="middle" class="rendericon" src="/images/confluence/icons/linkext7.gif" height="7" width="7" alt="" border="0"></sup></a></span></p>
+&lt;p&gt;We use a Confluence wiki to develop the project's documentation, then we massage the wiki content with a Confluence plugin to generate a custom HTML version. That is what you see when you access &lt;span class="nobr"&gt;&lt;a href="http://cwiki.apache.org/geronimo" class="external-link" rel="nofollow"&gt;http://cwiki.apache.org/geronimo&lt;sup&gt;&lt;img class="rendericon" src="/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
 
-<p>So, if you are getting this far you are probably monitoring the <span class="nobr"><a shape="rect" class="external-link" href="http://www.nabble.com/Apache-Geronimo---Users-f135.html" rel="nofollow">User<sup><img align="middle" class="rendericon" src="/images/confluence/icons/linkext7.gif" height="7" width="7" alt="" border="0"></sup></a></span> and the <span class="nobr"><a shape="rect" class="external-link" href="http://www.nabble.com/Apache-Geronimo---Dev-f136.html" rel="nofollow">Development<sup><img align="middle" class="rendericon" src="/images/confluence/icons/linkext7.gif" height="7" width="7" alt="" border="0"></sup></a></span> mailing lists already. The issues discussed on these list are mostly driving what topics need to be covered by the documentation. So, the mailing lists are a great starting point for discussing what areas you would like to see covered or can directly contribute to. User experiences are a great asset for the documentation. </p>
+&lt;p&gt;So, if you are getting this far you are probably monitoring the &lt;span class="nobr"&gt;&lt;a href="http://www.nabble.com/Apache-Geronimo---Users-f135.html" class="external-link" rel="nofollow"&gt;User&lt;sup&gt;&lt;img class="rendericon" src="/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; and the &lt;span class="nobr"&gt;&lt;a href="http://www.nabble.com/Apache-Geronimo---Dev-f136.html" class="external-link" rel="nofollow"&gt;Development&lt;sup&gt;&lt;img class="rendericon" src="/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; mailing lists already. The issues discussed on these list are mostly driving what topics need to be covered by the documentation. So, the mailing lists are a great starting point for discussing what areas you would like to see covered or can directly contribute to. User experi
 ences are a great asset for the documentation. &lt;/p&gt;
 
-<p>Geronimo documentation is somewhat unique when compared to other projects. This is in the sense that <strong>anybody</strong> can contribute directly, no need to be a committer before hand or creating a JIRA in order to add content. Contributing is pretty much straight forward however, it is very important that you discuss your intentions on the mailing lists so we can maintain some consistency across the rest of the documentation.</p>
+&lt;p&gt;Geronimo documentation is somewhat unique when compared to other projects. This is in the sense that &lt;strong&gt;anybody&lt;/strong&gt; can contribute directly, no need to be a committer before hand or creating a JIRA in order to add content. Contributing is pretty much straight forward however, it is very important that you discuss your intentions on the mailing lists so we can maintain some consistency across the rest of the documentation.&lt;/p&gt;
 
-<p>For that purpose there is a guide <strong><span class="nobr"><a shape="rect" class="external-link" href="http://cwiki.apache.org/geronimo/tips-for-writing-and-formatting-documentation.html">Tips for writing and formatting documentation<sup><img align="middle" class="rendericon" src="/images/confluence/icons/linkext7.gif" height="7" width="7" alt="" border="0"></sup></a></span></strong> that should help you answer some basic questions. The <strong><span class="nobr"><a shape="rect" class="external-link" href="http://cwiki.apache.org/geronimo/geronimo-cwiki-documentation-architecture.html">Geronimo cwiki documentation architecture<sup><img align="middle" class="rendericon" src="/images/confluence/icons/linkext7.gif" height="7" width="7" alt="" border="0"></sup></a></span></strong> page gives you an overview of how we are using the wiki to build up Geronimo's documentation. </p>
+&lt;p&gt;For that purpose there is a guide &lt;strong&gt;&lt;span class="nobr"&gt;&lt;a href="http://cwiki.apache.org/geronimo/tips-for-writing-and-formatting-documentation.html" class="external-link" rel="nofollow"&gt;Tips for writing and formatting documentation&lt;sup&gt;&lt;img class="rendericon" src="/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt; that should help you answer some basic questions. The &lt;strong&gt;&lt;span class="nobr"&gt;&lt;a href="http://cwiki.apache.org/geronimo/geronimo-cwiki-documentation-architecture.html" class="external-link" rel="nofollow"&gt;Geronimo cwiki documentation architecture&lt;sup&gt;&lt;img class="rendericon" src="/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt; page gives you an overview of how we are using the wiki to build up Geronimo's
  documentation. &lt;/p&gt;
 
-<p>Geronimo's documentation is a community effort, it is based on contributions from the users to the users. Your contributions make the difference.</p>
+&lt;p&gt;Geronimo's documentation is a community effort, it is based on contributions from the users to the users. Your contributions make the difference.&lt;/p&gt;
 
-<p>So, c'on in, jump into the <a shape="rect" href="https://cwiki.apache.org/confluence/display/GMOxSITE/Mailing+Lists" title="Mailing Lists">Mailing Lists</a> and bring your ideas forward!</p></div>
+&lt;p&gt;So, c'on in, jump into the &lt;a href="/confluence/display/GMOxSITE/Mailing+Lists" title="Mailing Lists"&gt;Mailing Lists&lt;/a&gt; and bring your ideas forward!&lt;/p&gt;</div>
 
 <h3 id="GetInvolved-Whataboutcontributingsomesampleapplications!?">What about contributing some sample applications !?</h3>
-<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>Working out some sample apps is just as easy. We put together a template based on Maven archetype to help being consistent across all samples so you won't have to worry about the way it looks, Java docs, etc. Check the <span class="nobr"><a shape="rect" class="external-link" href="http://cwiki.apache.org/GMOxDOC20/creating-a-new-sample.html">Sample applications<sup><img align="middle" class="rendericon" src="/images/confluence/icons/linkext7.gif" height="7" width="7" alt="" border="0"></sup></a></span> section in the Geronimo wiki for details on downloading and using the template. </p>
+<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style>&lt;p&gt;Working out some sample apps is just as easy. We put together a template based on Maven archetype to help being consistent across all samples so you won't have to worry about the way it looks, Java docs, etc. Check the &lt;span class="nobr"&gt;&lt;a href="http://cwiki.apache.org/GMOxDOC20/creating-a-new-sample.html" class="external-link" rel="nofollow"&gt;Sample applications&lt;sup&gt;&lt;img class="rendericon" src="/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; section in the Geronimo wiki for details on downloading and using the template. &lt;/p&gt;
 
-<p>Check the <a shape="rect" href="https://cwiki.apache.org/confluence/display/GMOxSITE/Mailing+Lists" title="Mailing Lists">Mailing Lists</a> and start a thread with what samples you would like to see covered and what samples apps you can work on.</p></div></div>
+&lt;p&gt;Check the &lt;a href="/confluence/display/GMOxSITE/Mailing+Lists" title="Mailing Lists"&gt;Mailing Lists&lt;/a&gt; and start a thread with what samples you would like to see covered and what samples apps you can work on.&lt;/p&gt;</div></div>
                            </div>
                        </div>
                    </div>

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

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

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

Modified: websites/production/geronimo/content/gshell/remote-shell-commands.html
==============================================================================
--- websites/production/geronimo/content/gshell/remote-shell-commands.html (original)
+++ websites/production/geronimo/content/gshell/remote-shell-commands.html Mon Nov  8 01:13:38 2021
@@ -340,11 +340,11 @@
             <div class="wiki-content">
                 <div class="wiki-content maincontent"><h1 id="RemoteShellCommands-RemoteShellCommands">    Remote Shell Commands</h1>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152727551 {padding: 0px;}
-div.rbtoc1607152727551 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152727551 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1636333824432 {padding: 0px;}
+div.rbtoc1636333824432 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1636333824432 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152727551">
+/*]]>*/</style><div class="toc-macro rbtoc1636333824432">
 <ul class="toc-indentation"><li><a shape="rect" href="#RemoteShellCommands-rsh-server">rsh-server</a></li><li><a shape="rect" href="#RemoteShellCommands-rsh">rsh</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/gshell/vfs-commands.html
==============================================================================
--- websites/production/geronimo/content/gshell/vfs-commands.html (original)
+++ websites/production/geronimo/content/gshell/vfs-commands.html Mon Nov  8 01:13:38 2021
@@ -340,11 +340,11 @@
             <div class="wiki-content">
                 <div class="wiki-content maincontent"><h1 id="VFSCommands-VFSCommands">    VFS Commands</h1>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1607152731134 {padding: 0px;}
-div.rbtoc1607152731134 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1607152731134 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1636333823216 {padding: 0px;}
+div.rbtoc1636333823216 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1636333823216 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1607152731134">
+/*]]>*/</style><div class="toc-macro rbtoc1636333823216">
 <ul class="toc-indentation"><li><a shape="rect" href="#VFSCommands-copy">copy</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/xbean/siteindex.html
==============================================================================
--- websites/production/geronimo/content/xbean/siteindex.html (original)
+++ websites/production/geronimo/content/xbean/siteindex.html Mon Nov  8 01:13:38 2021
@@ -335,6 +335,8 @@
             <div class="wiki-content">
                 <div class="wiki-content maincontent">
 <h2>Space Index</h2>
+
+
 <div class="index-macro-info">
     <h4>Total number of pages: 43</h4>
     </div>