• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Managed Servers in JBoss

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need to port an existing application from Weblogic 6.1 to JBoss 3.2.2
The problem is that it is using Managed Servers of Weblogic. Do we have an equivalent in JBoss ? Can we run Multiple JBoss Servers with one server behaving as Admin Server for others ?
Thanks
Jaiom Rana
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBoss doesn't seem to have the concept of an admin server -- at least not in the 3.x releases. You can cluster the servers for high availability and session replication but each server is a peer just like any other.
If you take a look at the jmx-console/cluster application that is deployed by default (in the clustered configuration) you'll see it auto-discovers all nodes in the cluster. So, you could potentially bring up a cluster with three nodes and only send traffic to two of them, keeping the third online to act like an admin server.
 
Attractive, successful people love this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic