Modified: websites/production/geronimo/content/GMOxDOC30/using-activemq-wizard.html ============================================================================== --- websites/production/geronimo/content/GMOxDOC30/using-activemq-wizard.html (original) +++ websites/production/geronimo/content/GMOxDOC30/using-activemq-wizard.html Thu Apr 9 18:54:52 2015 @@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} -/*]]>*/
JMS Resources deployment with deploy tool Configuring JMS resources 
+/*]]>*/
JMS Resources deployment with deploy tool Configuring JMS resources 

This article demonstrates how to configure a JMS resource group and how to uninstall it by using the Geronimo Administration Console.

@@ -134,22 +134,22 @@ table.ScrollbarTable td.ScrollbarNextIco

You can use the following steps to create a JMS resource group:

  1. Select the For ActiveMQ setup wizard from the JMS Resource portlet. On the setup page, enter the property information for your JMS resource group and click Next.
    - +
  2. On the next page, you can choose to add a Connection Factory or a Queue Destination by clicking the Add Connection Factory or the Add Destination button respectively.
    - +
  3. If you choose to add a Connection Factory, you will see the following wizard page. Select the type of JMS Factory from the drop-down menu and click Next.
    - +
  4. On the next page, provide the properties for your connection factory and click Next. For this example, the connection factory is named as ActiveMQConnectionFactory.
    - +
  5. On this page, you now have the option of adding the connection factory, adding a queue destination, showing the plan for this operation, or deploying the new connection factory. Add the resource adapters that you need by clicking the Add Connection Factory or the Add Destination button according to the type of the resource adapter that you want to add. Click Deploy now to deploy the new connection factory.
    - +
  6. Your new connection factory should be running and ready to create new connections.
    -
+

Uninstall the JMS resource from Console

Modified: websites/production/geronimo/content/GMOxDOC30/using-eclipse-xml-tools-in-apache-geronimo.html ============================================================================== --- websites/production/geronimo/content/GMOxDOC30/using-eclipse-xml-tools-in-apache-geronimo.html (original) +++ websites/production/geronimo/content/GMOxDOC30/using-eclipse-xml-tools-in-apache-geronimo.html Thu Apr 9 18:54:52 2015 @@ -146,11 +146,11 @@ You might be experiencing certain XML va

Details on installing eclipse are provided in the Development environment section. This tutorial is organized in the following sections:

+/*]]>*/
Modified: websites/production/geronimo/content/GMOxDOC30/using-security-realm-wizard-in-gep.html ============================================================================== --- websites/production/geronimo/content/GMOxDOC30/using-security-realm-wizard-in-gep.html (original) +++ websites/production/geronimo/content/GMOxDOC30/using-security-realm-wizard-in-gep.html Thu Apr 9 18:54:52 2015 @@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} -/*]]>*/
+/*]]>*/
Using datasource pool wizard in GEP Getting familiar with Geronimo Eclipse Plugin (GEP) 
Using datasource pool wizard in GEP Getting familiar with Geronimo Eclipse Plugin (GEP) 

This article shows you how to create a security realm using Geronimo Eclipse Plugin(GEP) during development. GEP provides an easy-using wizard for different types of security realm configuration such as properties file realm, SQL realm and LDAP realm.

Modified: websites/production/geronimo/content/GMOxDOC30/using-spnego-in-geronimo.html ============================================================================== --- websites/production/geronimo/content/GMOxDOC30/using-spnego-in-geronimo.html (original) +++ websites/production/geronimo/content/GMOxDOC30/using-spnego-in-geronimo.html Thu Apr 9 18:54:52 2015 @@ -124,15 +124,15 @@ table.ScrollbarTable td.ScrollbarParent table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} -/*]]>*/
Securing RMI port of Geronimo Administering Security 
+/*]]>*/
Securing RMI port of Geronimo Administering Security 

Using the Simple and Protected GSS-API Negotiation Mechanism(SPNEGO) in Geronimo allows HTTP users to log in and authenticate only once in their desktop, then they can receive automatic authentication from the Geronimo server.

+/*]]>*/
  • Prerequisite
  • Procedure
    • Setting up the Domain Controller Machine
    • Setting up the Client Application Machine Modified: websites/production/geronimo/content/GMOxDOC30/using-the-geronimo-database-pool-wizard.html ============================================================================== --- websites/production/geronimo/content/GMOxDOC30/using-the-geronimo-database-pool-wizard.html (original) +++ websites/production/geronimo/content/GMOxDOC30/using-the-geronimo-database-pool-wizard.html Thu Apr 9 18:54:52 2015 @@ -124,24 +124,24 @@ table.ScrollbarTable td.ScrollbarParent table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} -/*]]>*/ +/*]]>*/

      You can create new database pools by clicking the Using the Geronimo database pool wizard link on the Database Pools portlet from the administration console. This wizard will walk you through an easy four-step procedure.

      1. Specify the Name of Database Pool and the Database Type. Then click Next.
        - +
      2. In the next step, you must select the Driver JAR. For this example, from the Driver JAR field, select the JDBC drivers, which by default have been pre-filled based on the database type that you selected in the previous step. If the Driver JAR that you require does not exist, you can choose to download a driver by clicking the Download a Driver button to access the download page.
        Specify a database in the Database Name field for the database pool to connect to. Set true for Create Database so that a database will be created if it dose not already exist. Alternatively, you can create a database manually with a single step procedure explained in Creating a database in Geronimo. You can click Deploy to deploy this database pool. Alternatively, you can click Show Plan to see or edit the deployment plan for this database pool.
        - +
      3. If you clicked Show Plan in the previous step, you will see the Deployment Plan for the selected database pool as follows. This plan contains the pool type, connector interface, and the connection factory options from the setup properties. You can click Edit Settings to return to the previous step to modify your settings or click Deploy Pool to deploy the deployment plan for your database pool.
        - +
      4. After a successful deployment, you will see the new database pool listed on the Database Pools portlet as follows. Additional instructions about how to manually deploy a DB plan can be found in the Configuring a DB2 datasource section.
        -
+
Modified: websites/production/geronimo/content/GMOxDOC30/wadi-clustering.html ============================================================================== --- websites/production/geronimo/content/GMOxDOC30/wadi-clustering.html (original) +++ websites/production/geronimo/content/GMOxDOC30/wadi-clustering.html Thu Apr 9 18:54:52 2015 @@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} -/*]]>*/
Tomcat Native Clustering Clustering and farming 
+/*]]>*/
Tomcat Native Clustering Clustering and farming 

Staring from Geronimo version 2.2, Web applications and Stateful SessionBeans can be clustered by WADI. To cluster these components, their Geronimo deployment descriptors are augmented with specific XML elements. These elements define various clustering parameters controlling how underlying WADI's components are wired and set up upon application deployment.

Modified: websites/production/geronimo/content/GMOxDOC30/web-services-issues.html ============================================================================== --- websites/production/geronimo/content/GMOxDOC30/web-services-issues.html (original) +++ websites/production/geronimo/content/GMOxDOC30/web-services-issues.html Thu Apr 9 18:54:52 2015 @@ -124,14 +124,14 @@ table.ScrollbarTable td.ScrollbarParent table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} -/*]]>*/
Runtime issues Debugging and Troubleshooting 
+/*]]>*/
Runtime issues Debugging and Troubleshooting 

Troubleshooting Web Services issues

+/*]]>*/
Modified: websites/production/geronimo/content/GMOxDOC30/webfragment-javaee6-a-simple-web-fragments-application.html ============================================================================== --- websites/production/geronimo/content/GMOxDOC30/webfragment-javaee6-a-simple-web-fragments-application.html (original) +++ websites/production/geronimo/content/GMOxDOC30/webfragment-javaee6-a-simple-web-fragments-application.html Thu Apr 9 18:54:52 2015 @@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} -/*]]>*/ +/*]]>*/

Application overview

This sample demonstrates the modularity and plug-ability features in Servlet 3.0 specification, which is also call as web fragments. A web fragment is like a part of a web application, which consumes almost all the same elements as a web application within its deployment descriptor, however, the deployment descriptor of a web fragment must be named as web-fragment.xml and put in META-INF/ directory of the fragment. And the top-level element must be <web-fragment>. You can update a web fragment without any impact to the web application.

@@ -306,11 +306,11 @@ public class WelcomePage extends HttpSer

The app is visible at http://localhost:8080/webfragment-javaee6/

Input the ID and quantity you want to buy, then click Add to cart
-

+

Click Go to Pay to see how much you should pay and all messages that the filter or listener classes recorded.

-

+

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 Thu Apr 9 18:54:52 2015 @@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} -/*]]>*/
Server uptime and resource utilization Monitoring the health of the Apache Geronimo server 
+/*]]>*/
Server uptime and resource utilization Monitoring the health of the Apache Geronimo server 

JConsole is a Java Management eXtension (JMX) compliant GUI tool that can be used to connect to a running Geronimo server instance. In JConsole, you will be able to monitor the JVM memory usage, threads stack trace, loaded classes and VM information as well as Geronimo MBeans.

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