| Author |
Deploy multiple webapps in jboss
|
Geeta Sawant
Greenhorn
Joined: Oct 06, 2005
Posts: 4
|
|
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
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
|
|
|
Have a look at ConfiguringMultipleJBossInstancesOnOneMachine
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: Deploy multiple webapps in jboss
|
|
|