4.2. Deploy JBoss Data Grid in JBoss EAP (Remote Client-Server Mode)
Note
- Add a dependency to the
jboss-deployment-structure.xmlfile. - Add a dependency to the
MANIFEST.MFfile.
Add the following configuration to the jboss-deployment-structure.xml file:
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<dependencies>
<module name="org.infinispan.commons" slot="jdg-6.4" services="export"/>
<module name="org.infinispan.client.hotrod" slot="jdg-6.4" services="export"/>
</dependencies>
</deployment>
</jboss-deployment-structure>Note
jboss-deployment-structure.xml file, see the Red Hat JBoss Enterprise Application Platform documentation.
Add a dependency to the MANIFEST.MF files as follows:
Example 4.2. Example MANIFEST.MF File
Manifest-Version: 1.0 Dependencies: org.infinispan.commons:jdg-6.4 services, org.infinispan.client.hotrod:jdg-6.4 services
- Basic Hot Rod client:
org.infinispan.commons:jdg-6.4 services, org.infinispan.client.hotrod:jdg-6.4 services
- Hot Rod client with Remote Query functionality:
org.infinispan.commons:jdg-6.4 services, org.infinispan.client.hotrod:jdg-6.4 services, org.infinispan.query.dsl:jdg-6.4 services, org.jboss.remoting3

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.