Skip to content

hazelcastInternsSummer14/hazelcast-jca-example

Repository files navigation

ABOUT

A simple example of Hazelcast JCA connection.

Requirements

You should have installed JBoss AS or JBoss EAP and Apache Maven on your system. There are other requirements already in this repo.

JBoss AS 7+ or JBoss EAP 6+ - Choose free JBoss-AS or choose paid JBoss-EAP
Apache Maven 3+
Hazelcast 3+

Build Example

* `git clone https://github.com/hazelcastInternsSummer14/hazelcast-jca-example.git` - Clone repo into the local * `cd hazelcast-jca-example` * `mvn install war:war` - Create war file for example

JBoss Configuration

* `cp -R jboss/* $JBOSS_HOME/` - copy all JBoss requirements. * `cp target hazelcast-jca-example.war $JBOSS_HOME/standalone/deployments/` - Copy war to JBoss * `$JBOSS_HOME/bin/standalone.sh -c standalone-full.xml` - Run JBoss * Browse to `http://localhost:8080/hazelcast-jca-example/Hello`

Glassfish Configuration

* `cp -R glassfish/* $GLASSFISH_HOME/` - copy all Glassfish requirements. * `cp target hazelcast-jca-example.war $GLASSFISH_HOME/glassfish/domains/domain1/autodeploy/` - Copy war to Glassfish * `$GLASSFISH_HOME/bin/asadmin start-domain`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages