- 
        1. Re: multiple warerikture Jan 30, 2003 9:43 AM (in response to roberto)Hello! 
 Does anybody have an answer to this question?
 I would like to have two war files within one .ear file.
 The first warfile has root-context set to / and virtual-host to www.something.com. Is it possible to configure the next .war file to root-context / or maybe /somethingelse but to the same virtual-host as the first .war file?
 What I would like to achive is to have one war file with generic jsp/servlets and one with custom specific.
 Erik
- 
        2. Re: multiple warroberto Feb 7, 2003 2:46 AM (in response to roberto)no one reply me.... 
 In this period i haven't found a solution...
 If u have any idea, post it..
 bye
- 
        3. Re: multiple warklutus Aug 2, 2003 5:14 PM (in response to roberto)Roberto, if I get your problem right, you want this: 
 http://server/WAR1
 http://server/WAR2
 http://server2/WAR1
 http://server2/WAR3
 And without deplying WAR1 several times?
 ----------------------------------
 I'm not an expert bu try this:
 deploy war1 in the root of the deplyment directpry adding virtua hosts to both server1 and server2. This is easist done by adding listeners in the jetty-web.xml
 then add the other WARS with virtual hosts set only to server1 repsctively server2.
 in the jboss-web.xml in each WAR you set the context like this :
 <jboss-web>
 <context-root>/</context-root>
 </jboss-web>
 remeber to only have one root context on each virtual host...
 hope this helps
 // Jan
 
     
    