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 2020/12/05 07:22:39 UTC

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

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-running-ejb-application-clients.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-running-ejb-application-clients.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-running-ejb-application-clients.html Sat Dec  5 07:22:38 2020
@@ -127,11 +127,11 @@ under the License.
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1601406264098 {padding: 0px;}
-div.rbtoc1601406264098 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406264098 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152556494 {padding: 0px;}
+div.rbtoc1607152556494 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152556494 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406264098">
+/*]]>*/</style><div class="toc-macro rbtoc1607152556494">
 <ul class="toc-indentation"><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-SettingupEclipseIDEforEJBapplicationdevelopment">Setting up Eclipse IDE for EJB application development</a></li><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-DevelopingEJBlocalinterface,EJBremoteinterfaceandBeanclass">Developing EJB local interface, EJB remote interface and Bean class</a></li><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-DevelopingaJavaClient">Developing a Java Client</a></li><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-Deployandrun">Deploy and run</a></li></ul>
 </div>
 <p>Let us briefly understand this application. This application will take you through creating a simple Stateless Session EJB. Later we will develop a Java Application client to access this EJB. EJB development will make use of annotations which are introduced in Java EE5.</p>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html Sat Dec  5 07:22:38 2020
@@ -130,11 +130,11 @@ under the License.
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1601406296724 {padding: 0px;}
-div.rbtoc1601406296724 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406296724 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152578448 {padding: 0px;}
+div.rbtoc1607152578448 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152578448 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406296724">
+/*]]>*/</style><div class="toc-macro rbtoc1607152578448">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-CreatingadynamicWebprojectusingEclipse">Creating a dynamic Web project using Eclipse</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-AddingaJSPtotheproject">Adding a JSP to the project</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-Makinghellp.jspthewelcomefile">Making hellp.jsp the welcome file</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-Runanddeploy">Run and deploy</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-container-managed-persistence-with-jpa.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-container-managed-persistence-with-jpa.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-container-managed-persistence-with-jpa.html Sat Dec  5 07:22:38 2020
@@ -135,15 +135,15 @@ under the License.
 
 <p>The tutorial is divided into the following sections.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1601406285961 {padding: 0px;}
-div.rbtoc1601406285961 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406285961 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152602795 {padding: 0px;}
+div.rbtoc1607152602795 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152602795 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406285961">
+/*]]>*/</style><div class="toc-macro rbtoc1607152602795">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-SettingtheEclipseenvironment">Setting the Eclipse environment</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-Creatingejbapplicationwithentities">Creating ejb application with entities</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-Creatingwebapplication">Creating web application</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-SettingupthedatabasetablesandtheDatasource">Setting up the database tables and the Datasource</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-Deployingthe(ear)application">Deploying the (ear) application</a></li></ul>
 </div>
 
-<p>The entire application can be downloaded from this <a shape="rect" href="developing-container-managed-persistence-with-jpa.data/ContainerManagedJPA-EAR.ear?version=1&amp;modificationDate=1213308862000&amp;api=v2" data-linked-resource-id="20873760" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="ContainerManagedJPA-EAR.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645262" data-linked-resource-container-version="73">link</a>.</p>
+<p>The entire application can be downloaded from this <a shape="rect" href="developing-container-managed-persistence-with-jpa.data/ContainerManagedJPA-EAR.ear?version=1&amp;modificationDate=1213308862000&amp;api=v2" data-linked-resource-id="20873760" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="ContainerManagedJPA-EAR.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645262" data-linked-resource-container-version="76">link</a>.</p>
 
 <h2 id="DevelopingcontainermanagedpersistencewithJPA-SettingtheEclipseenvironment">Setting the Eclipse environment</h2>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-ejb-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-ejb-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-ejb-applications.html Sat Dec  5 07:22:38 2020
@@ -127,11 +127,11 @@ under the License.
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1601406247679 {padding: 0px;}
-div.rbtoc1601406247679 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406247679 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152539434 {padding: 0px;}
+div.rbtoc1607152539434 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152539434 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406247679">
+/*]]>*/</style><div class="toc-macro rbtoc1607152539434">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingEJBapplications-EJB2VsEJB3">EJB2 Vs EJB3</a></li><li><a shape="rect" href="#DevelopingEJBapplications-TypesofBeans">Types of Beans</a></li><li><a shape="rect" href="#DevelopingEJBapplications-EJBtutorials">EJB tutorials</a></li></ul>
 </div>
 
@@ -167,10 +167,10 @@ div.rbtoc1601406247679 li {margin-left:
               <a href="javascript:hideChildren()">Hide Children</a></span>
           </div>
           <div class="greybox" id="children" style="display: none;">
-                                      <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/JMS+application+with+Message-Driven+Bean" title="JMS application with Message-Driven Bean">JMS application with Message-Driven Bean</a>
+                                      <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Referring+to+an+EJB+from+outside+its+EAR" title="Referring to an EJB from outside its EAR">Referring to an EJB from outside its EAR</a>
               <span class="smalltext">(Apache Geronimo v3.0)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Referring+to+an+EJB+from+outside+its+EAR" title="Referring to an EJB from outside its EAR">Referring to an EJB from outside its EAR</a>
+                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/JMS+application+with+Message-Driven+Bean" title="JMS application with Message-Driven Bean">JMS application with Message-Driven Bean</a>
               <span class="smalltext">(Apache Geronimo v3.0)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Stateless+Session+Bean" title="Stateless Session Bean">Stateless Session Bean</a>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html Sat Dec  5 07:22:38 2020
@@ -124,7 +124,7 @@ under the License.
 
 <p>Below tutorial explains developing a JSF (JavaServerFaces) application using JPA for persistence. The application has an ejb application and a web application. The ejb application uses JPA to manipulate entities in the database. The web application uses JSF to look up ejbs that trigger operations on the entities. The database being used is the embedded derby database shipped with geronimo. The web application displays a list of currencies of various countries along with the corresponding USD conversion rate. The web interface allows user to add a new currency, edit the existing currency and delete a currency etc. </p>
 
-<p>The application can be downloaded from this <a shape="rect" href="developing-persistence-for-jsf-applications-with-jpa.data/JPA-JSFApp.ear?version=1&amp;modificationDate=1212445244000&amp;api=v2" data-linked-resource-id="20873757" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="JPA-JSFApp.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645260" data-linked-resource-container-version="74">link</a>.</p>
+<p>The application can be downloaded from this <a shape="rect" href="developing-persistence-for-jsf-applications-with-jpa.data/JPA-JSFApp.ear?version=1&amp;modificationDate=1212445244000&amp;api=v2" data-linked-resource-id="20873757" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="JPA-JSFApp.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645260" data-linked-resource-container-version="77">link</a>.</p>
 
 <p>In order to develop, deploy and run the application, the following environment is required.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-user-interface-with-jsf.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-user-interface-with-jsf.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-user-interface-with-jsf.html Sat Dec  5 07:22:38 2020
@@ -125,11 +125,11 @@ under the License.
 
 <p>The tutorial is divided into the following sections.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578766445 {padding: 0px;}
-div.rbtoc1591578766445 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578766445 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152612075 {padding: 0px;}
+div.rbtoc1607152612075 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152612075 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578766445">
+/*]]>*/</style><div class="toc-macro rbtoc1607152612075">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-SettinguptheEclipseenvironment">Setting up the Eclipse environment</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-CreatingWEBapplicationwithentities">Creating WEB application with entities</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-CreatingadynamicWebprojectanddefiningJSFcapabilities">Creating a dynamic Web project and defining JSF capabilities</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-Implementingpersistencefortheapplication">Implementing persistence for the application</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-DefiningUIcomponents">Defining UI components</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-ConfiguringJSFmanagedbeansandassociatingmanagedbeanactionstoevents">Configuring JSF managed beans and associating managed bean actions to events</a></li></ul>
 </li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-SettingupthedatabasetablesandtheDatasource">Setting up the database tables and the Datasource</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-Deployingthe(war)application">Deploying the (war) application</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-Runningtheapplication">Running the application</a></li></ul>
@@ -141,7 +141,7 @@ div.rbtoc1591578766445 li {margin-left:
 
 
 
-<p>The entire application can be downloaded from this <a shape="rect" href="developing-user-interface-with-jsf.data/EmployeeWEB.war?version=1&amp;modificationDate=1214966340000&amp;api=v2" data-linked-resource-id="20873958" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="EmployeeWEB.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645271" data-linked-resource-container-version="72">link</a>.</p>
+<p>The entire application can be downloaded from this <a shape="rect" href="developing-user-interface-with-jsf.data/EmployeeWEB.war?version=1&amp;modificationDate=1214966340000&amp;api=v2" data-linked-resource-id="20873958" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="EmployeeWEB.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645271" data-linked-resource-container-version="75">link</a>.</p>
 
 <h2 id="DevelopinguserinterfacewithJSF-SettinguptheEclipseenvironment">Setting up the Eclipse environment</h2>
 

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 Sat Dec  5 07:22:38 2020
@@ -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.rbtoc1601406314705 {padding: 0px;}
-div.rbtoc1601406314705 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406314705 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152624368 {padding: 0px;}
+div.rbtoc1607152624368 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152624368 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406314705">
+/*]]>*/</style><div class="toc-macro rbtoc1607152624368">
 <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 Sat Dec  5 07:22:38 2020
@@ -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.rbtoc1601406319227 {padding: 0px;}
-div.rbtoc1601406319227 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406319227 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152629203 {padding: 0px;}
+div.rbtoc1607152629203 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152629203 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406319227">
+/*]]>*/</style><div class="toc-macro rbtoc1607152629203">
 <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/962fig/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/ectdlz/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>
 
 
 <h3 id="HowtoDevelopGeronimoEclipsePlugininEclipse-RunandDebugConfigurations">Run and Debug Configurations</h3>

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 Sat Dec  5 07:22:38 2020
@@ -124,11 +124,11 @@ under the License.
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578890543 {padding: 0px;}
-div.rbtoc1591578890543 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578890543 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152657483 {padding: 0px;}
+div.rbtoc1607152657483 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152657483 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578890543">
+/*]]>*/</style><div class="toc-macro rbtoc1607152657483">
 <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/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 Sat Dec  5 07:22:38 2020
@@ -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.rbtoc1591578891862 {padding: 0px;}
-div.rbtoc1591578891862 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578891862 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152653191 {padding: 0px;}
+div.rbtoc1607152653191 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152653191 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1591578891862">
+/*]]>*/</style><div class="toc-macro rbtoc1607152653191">
 <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/stateless-session-bean.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html Sat Dec  5 07:22:38 2020
@@ -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.rbtoc1601406255508 {padding: 0px;}
-div.rbtoc1601406255508 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406255508 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152547535 {padding: 0px;}
+div.rbtoc1607152547535 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152547535 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406255508">
+/*]]>*/</style><div class="toc-macro rbtoc1607152547535">
 <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/GMOxKB/indice.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/indice.html (original)
+++ websites/production/geronimo/content/GMOxKB/indice.html Sat Dec  5 07:22:38 2020
@@ -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/962fig/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/ectdlz/8501/fded9f91818631c3677be93247bf5ae6723a1c8d/_/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/pluggable-administration-console.html
==============================================================================
--- websites/production/geronimo/content/doc/pluggable-administration-console.html (original)
+++ websites/production/geronimo/content/doc/pluggable-administration-console.html Sat Dec  5 07:22:38 2020
@@ -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=43fa138abe5b97d14911b9ed5e62015c0b41c413" 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=1520ca5092f2ce71266a70ac1d8247e12ffec8b2" 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=43fa138abe5b97d14911b9ed5e62015c0b41c413">
+                    <param valuetype="data" name="data" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1520ca5092f2ce71266a70ac1d8247e12ffec8b2">
                     <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=43fa138abe5b97d14911b9ed5e62015c0b41c413">
+                    <param valuetype="data" name="movie" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1520ca5092f2ce71266a70ac1d8247e12ffec8b2">
                     <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=43fa138abe5b97d14911b9ed5e62015c0b41c413">
+                    <param valuetype="data" name="src" value="https://cwiki.apache.org/confluence/download/attachments/64639/geronimopluggedin.swf?atl_token=1520ca5092f2ce71266a70ac1d8247e12ffec8b2">
                     <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=43fa138abe5b97d14911b9ed5e62015c0b41c413" 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=1520ca5092f2ce71266a70ac1d8247e12ffec8b2" 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 Sat Dec  5 07:22:38 2020
@@ -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="23">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="26">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">

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 Sat Dec  5 07:22:38 2020
@@ -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.rbtoc1601406391580 {padding: 0px;}
-div.rbtoc1601406391580 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406391580 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152728801 {padding: 0px;}
+div.rbtoc1607152728801 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152728801 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406391580">
+/*]]>*/</style><div class="toc-macro rbtoc1607152728801">
 <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 Sat Dec  5 07:22:38 2020
@@ -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.rbtoc1601406393816 {padding: 0px;}
-div.rbtoc1601406393816 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406393816 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152726383 {padding: 0px;}
+div.rbtoc1607152726383 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152726383 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406393816">
+/*]]>*/</style><div class="toc-macro rbtoc1607152726383">
 <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 Sat Dec  5 07:22:38 2020
@@ -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.rbtoc1601406397166 {padding: 0px;}
-div.rbtoc1601406397166 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406397166 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152732307 {padding: 0px;}
+div.rbtoc1607152732307 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152732307 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406397166">
+/*]]>*/</style><div class="toc-macro rbtoc1607152732307">
 <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 Sat Dec  5 07:22:38 2020
@@ -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.rbtoc1601406394947 {padding: 0px;}
-div.rbtoc1601406394947 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406394947 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152727551 {padding: 0px;}
+div.rbtoc1607152727551 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152727551 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406394947">
+/*]]>*/</style><div class="toc-macro rbtoc1607152727551">
 <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 Sat Dec  5 07:22:38 2020
@@ -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.rbtoc1601406392730 {padding: 0px;}
-div.rbtoc1601406392730 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1601406392730 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1607152731134 {padding: 0px;}
+div.rbtoc1607152731134 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1607152731134 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1601406392730">
+/*]]>*/</style><div class="toc-macro rbtoc1607152731134">
 <ul class="toc-indentation"><li><a shape="rect" href="#VFSCommands-copy">copy</a></li></ul>
 </div>