15.6. The (Non-Transactional) CarMart Quickstart in Remote Client-Server Mode (JBoss Enterprise Web Server)


The Carmart (non-transactional) quickstart is supported for JBoss Data Grid's Remote Client-Server Mode with the JBoss Enterprise Web Server container.
This quickstart accesses Red Hat JBoss Data Grid via Hot Rod. This feature is not available for the Transactional CarMart quickstart.

Important

This quickstart deploys to JBoss Enterprise Web Server or Tomcat. The application cannot be deployed to JBoss Data Grid because it does not support application deployment.
Prerequisites

Prerequisites for this procedure are as follows:

  1. Obtain the most recent supported JBoss Data Grid Remote Client-Server Mode distribution files from Red Hat.
  2. Ensure that the JBoss Data Grid and JBoss Enterprise Application Platform Maven repositories are installed and configured. For details, see Chapter 3, Install and Use the Maven Repositories
  3. Add a server element to the Maven settings.xml file. In the id elements within server, add the appropriate tomcat credentials.
    <server>
        <id>tomcat</id>
        <username>admin</username>
        <password>admin</password>
    </server>
    Copy to Clipboard Toggle word wrap

Procedure 15.10. Build and Deploy the CarMart Quickstart in Remote Client-Server Mode

  1. Configure the Standalone File

    Add the following configuration to the standalone.xml file located in the $JDG_HOME/standalone/configuration/ directory.
    1. Add the following configuration within the infinispan subsystem tags:
      <local-cache name="carcache" 
      	     start="EAGER" 
      	     batching="false"
      	     statistics="true">
      	<eviction strategy="LIRS" 
      		  max-entries="4"/>
      </local-cache>
      Copy to Clipboard Toggle word wrap

      Note

      If the carcache element already exists in your configuration, replace it with the provided configuration.
  2. Start the Container

    Start the JBoss server instance where your application will deploy.
    For Linux:
    $JBOSS_EWS_HOME/tomcat8/bin/catalina.sh run
    Copy to Clipboard Toggle word wrap
    For Windows:
    $JBOSS_EWS_HOME\tomcat8\bin\catalina.bat run
    Copy to Clipboard Toggle word wrap
  3. Build the Application

    Use the following command to build your application in the relevant directory:
    $ mvn clean package -Premote-tomcat
    Copy to Clipboard Toggle word wrap
  4. Deploy the Application

    Use the following command to deploy the application in the relevant directory:
    mvn tomcat:deploy -Premote-tomcat
    Copy to Clipboard Toggle word wrap
The following procedure outlines how to view the CarMart quickstart in Red Hat JBoss Data Grid's Remote Client-Server Mode:
Prerequisite

The CarMart quickstart must be built and deployed be viewed.

Procedure 15.11. View the CarMart Quickstart in Remote Client-Server Mode

  • Visit the following link in a browser window to view the application:
    http://localhost:8080/jboss-carmart
    Copy to Clipboard Toggle word wrap
The following procedure provides directions to remove an already deployed application in Red Hat JBoss Data Grid's Remote Client-Server mode.

Procedure 15.12. Remove an Application in Remote Client-Server Mode

  • To remove an application, use the following command from the root directory of this quickstart:
    $ mvn tomcat:undeploy -Premote-tomcat
    Copy to Clipboard Toggle word wrap
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat