• 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

Deploy multiple webapps in jboss

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two webapp folders under C:\tools\jboss-4.0.5.GA\server called portal and monitoring. Each of these folders has their ear files under deploy folder i.e C:\tools\jboss-4.0.5.GA\server\portal\deploy has portal.ear and C:\tools\jboss-4.0.5.GA\server\monitoring\deploy has monitoring.ear.

I am running portal webapp on http://localhost:8080/portal using run -c portal command. Now portal application has a link which openas url http://localhost:8099/monitoring/. So my monitoring application should be running on port 8099. I don't know how to start two webapps on different ports but on same jboss instance.

Any help is appreciated.

Thanks
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a look at ConfiguringMultipleJBossInstancesOnOneMachine
 
Catch Ernie! Catch the egg! And catch this tiny ad too:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic