What does the coherence-cluster-owned parameter control?
If the coherence-cluster-owned context parameter (found in the coherence-web.xml deployment descriptor) is set to true, the Coherence libraries (tangosol.jar and coherence.jar) will be deployed as part of your Java EE application. The Coherence*Web installer will place the libraries in the WEB-INF/lib directory of each web application found in your Java EE application and each web application will start and use its own cluster node. When a web application is stopped, the corresponding cluster node will be shutdown and all resources held by the node will be released. If the coherence-cluster-owned context parameter is set to false, the Coherence*Web installer will not package the Coherence libraries into your Java EE application. In this case, all web applications in your Java EE application will share the same cluster node and the node will be shutdown only upon JVM exit. Be aware that if you set the coherence-cluster-owned context parameter to false, you must place tangosol.jar and co