0 Replies Latest reply on Dec 28, 2009 7:38 PM by dlmarion

    Shared deployment supported?

    dlmarion

      I have read about clustering JBoss, but I am wondering if a non-clustered but shared deployment is possible / supported. For example, two servers using a shared (NFS) disk volume. Example setup below (BTW, I am using AS 4.2.3.GA)

       

       

      /mount_point/jboss/server

                               |

                               - - server A

                                         |

                                         - - bin

                                         - - conf - sym link to shared/conf

                                         - - deploy  - sym link to shared/deploy

                                         - - log

                                         - - work

                                         - - temp

                               |

                               - - server B

                                         |

                                         - - bin

                                         - - conf - sym link to shared/conf

                                         - - deploy - sym link to shared/deploy

                                         - - log

                                         - - work

                                         - - temp

                               |

                               - - shared

                                         |

                                         - - conf

                                         - - deploy

       

      1. Does this make sense?

      2. Would this work?

       

      Thanks in advance.