• 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
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Can we deploy multiple application on JBoss at the same time?

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am wondering if it is possible to deploy multiple servlets at the same time?, meaning that having multiple war file deployed at the same file in the deploy directory and later access each of them from a single webpage..
 
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
Yes you can deploy multiple WAR files.

What do you mean by "access each of them from a single webpage"? As single URL, such as http://localhost:8080/context/servlet will be mapped to a specific servlet based on the mappings in the web.xml, so I do not understand how you could access "each of them".
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear peter,

this problem is similar to what i try to figure out now.

having multiple war file deployed at the same file in the deploy directory


Yes you can deploy multiple WAR files.



is that mean we can have multiple web application in single jboss server and accessed each web app using particular ip address?
meaning 192.168.1.22:8180/hello
192.168.1.33:8280/sample and both hello & sample is in the same deployment folder?

thanks peter

 
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
Saujana,

Please do not ask the same question in multiple threads. From what I see you already have 2 threads on this question. Let's continue this discussion here https://coderanch.com/t/499714/JBoss/ip-based-virtual-hosting

 
aida haslinda
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok jaikiran,

sorry for that..and let's continue the discussion there..
 
I'm thinking about a new battle cry. Maybe "Not in the face! Not in the face!" Any thoughts tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic