• 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

Can we Configure Multiple JBoss Instances On One Machine?

 
Ranch Hand
Posts: 261
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
we have jboss running in other machine (remote and x-windows) and already deployed the application in that server. Now we need to flip the working environment to remote(i.e. we are connecting the eclipse from xming server and workset is in remote location) and run our development application in that machine. Here the old application is already running in on jboss server and for the development, can we use another jboss instance? how can we do it? what if we use other instance in that machine?
 
Ranch Hand
Posts: 142
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes you can run multiple Jboss instances on one host. But you need to make sure that the other instance is configured with different port. If not, you will get port already in use exceptions and deployment will fail. Search on net for running multiple jboss on one host. I am not sure, but you can check jboss documentation for any info.

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See this: http://community.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOnemachine

Also, chapter 15 of JBoss in Action covers this area in detail.
 
pie. tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic