Java Reference
In-Depth Information
been started and has discovered other nodes in the cluster. You should see something sim-
ilar to the following on one of the nodes:
Before you launch your application, update Maven's exec plugin information, which
should now reference our remote EJB client application as shown in the highlighted sec-
tion of the following code snippet:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${version.exec.plugin}</version>
<executions>
<execution>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
<configuration>
<executable>java</executable>
Search WWH ::




Custom Search