• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

best setup on glassfish

 
Ranch Hand
Posts: 41
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I have played around with the CLI of glassfish and have a cluster and load balancing working. Only here is my problem. I have a EAR i want to break apart now into individual WAR files.

Example I want to have the store part separate of the regular part of the site. So that when I need to fix and redeploy any WAR it will not require me to restart the whole site. Just the parts I was working on.

I guess my issue is I want the load balancing and high availability of a cluster but how can you get individual instance and a copy instance of itself so that i can shut down each one separately???

When I deploy to a cluster it seems all JVM instances get that war. I want a war per instance and a copy instance for high availability and LB. Plus each of theses instances need to be aware of each other session data.

Any help to steer me in the right direction for the setup I need would be most appreciated!!

Many thanks,

Joe
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic