14.5. The (Non-transactional) CarMart Quickstart in Remote Client-Server Mode (JBoss EAP)
14.5.1. Build and Deploy the CarMart Quickstart in Remote Client-Server Mode
Important
Prerequisites for this procedure are as follows:
- Obtain the most recent supported JBoss Data Grid Remote Client-Server Mode distribution files from Red Hat.
- 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
- Select a JBoss server to use (JBoss Enterprise Application Platform 6 (or better). Navigate to the root of the JBoss server directory in a terminal window and enter the following command:For Linux users:
$JBOSS_HOME/bin/standalone.sh
For Windows users:$JBOSS_HOME\bin\standalone.bat
Procedure 14.7. Build and Deploy the CarMart Quickstart in Remote Client-Server Mode
Configure the Standalone File
Add the following configuration to thestandalone.xmlfile located in the$JDG_HOME/standalone/configuration/directory.- 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>
Note
If thecarcacheelement already exists in your configuration, replace it with the provided configuration.
Start the JBoss Data Grid Server
Run the following script to start the JBoss Data Grid Server:$JDG_HOME/bin/standalone.sh-Djboss.socket.binding.port-offset=100Start the JBoss Server
Run the following script to start the JBoss server instance where your application will deploy:$JBOSS_HOME/bin/standalone.shOptional: Specify the Host and Port Address
The application uses the values in thejboss-datagrid-{VERSION}-quickstarts/carmart/src/main/resources/META-INF/datagrid.propertiesfile to locate the JBoss Data Grid server. If your JBoss Data Grid server is not running using the default host and port values, edit the file and insert the correct host and port values, as follows:datagrid.host=localhost datagrid.hotrod.port=11322
Build and Deploy the Application
Use the following command to build and deploy your application in the relevant directory:$ mvn clean package jboss-as:deploy -Premote-jbossas
14.5.2. View the CarMart Quickstart in Remote Client-Server Mode
The CarMart quickstart must be built and deployed be viewed.
Procedure 14.8. 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
14.5.3. Remove the CarMart Quickstart in Remote Client-Server Mode
Procedure 14.9. Remove an Application in Remote Client-Server Mode
- To remove an application, use the following command:
$ mvn jboss-as:undeploy -Premote-jbossas

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.