A Understanding the Oracle Coherence Directory Structure
Table A-1 describes the directories that are installed in COHERENCE_HOME
.
Table A-1 Directory Description for Oracle Coherence
Directory or File | Description |
---|---|
|
This directory includes a set of common scripts for performing different tasks, such as: starting a cache server, starting development tools, and performing network tests. The scripts are provided in both Windows ( |
|
This directory contains the Coherence Java API Reference and a link to the Coherence documentation on the Oracle Technology Network (OTN). The Coherence Java API Reference is distributed as a JAR file and must be extracted. The JAR can also be imported into an IDE for easy access during development. To extract the Coherence Java API Reference, execute the following command from the jar -xvf CoherenceJavaDoc.jar |
|
|
|
This directory contains plug-ins for common integrations. Coherence provides a plug-in for Maven and VisualVM. The Maven plug-ins are used to integrate Coherence as part of a Maven build process. See Integration with Maven. The Coherence VisualVM plug-in provides Coherence monitoring. See Using the Coherence VisualVM Plug-In in Managing Oracle Coherence. Note: Although there is a VisualVM plug-in in this directory, Oracle recommends you to use the open-source plug-in. See https://github.com/oracle/coherence-visualvm. |