glassfish 集群

glassFish有三种集群结构

A:----------------------DAS-->

使用DAS来控制集群中的节点

  1. 创建节点.

    window可以用DCOM链接,或者安装Cygwin or MKS.

    window下需要注意权限问题.

  2. 采用一种http服务器作为前段控制器,并配置她

    我用的是apache httpserver 2.2

    配置也很简单.

  3. 配置session共享相关.


------------------------------------------------------------------------------------------------------------------------------







-------------------------------------------------------------------------------------------------------------------------------

参考:

https://blogs.oracle.com/jluehe/entry/supporting_apache_loadbalancer_with_glassfish 

https://blogs.oracle.com/jluehe/entry/supporting_apache_loadbalancer_with_glassfish 






DAS:

开放系统的直连式存储(Direct-Attached Storage),直连式存储与服务器主机之间的连接通道通常采用SCSI连接

//随着服务器CPU的处理能力越来越强,存储硬盘空间越来越大,阵列的硬盘数量越来越多,SCSI通道将会成为IO瓶颈;服务器主机SCSI ID资源有限,能够建立的SCSI通道连接有限


http://www.iteye.com/news/2880 

社区:https://www.java.net//forums/glassfish/glassfish 

http://aofengblog.blog.163.com/blog/static/63170212008102062151491/ 




你可能感兴趣的:(glassfish 集群)