I have a war file inside an ear file that I would like to get "mounted" by 
tomcat under 2 different context paths. I have attempted to do the following in 
application.xml:


  |   <module>
  |   <web>
  |       <web-uri>mypp.war</web-uri>
  |       <context-root>foo</context-root>
  |     </web>
  |   </module>
  |   <module>
  |   <web>
  |       <web-uri>myapp.war</web-uri>
  |       <context-root>bar</context-root>
  |     </web>
  |   </module>
  | 

I am hoping to be able to examing the context path value at runtime and have 
that drive some display layout logic (co-branding). XML config above does not 
to the trick - only the first web module becomes available. 

Any suggestions ?

Thanks!


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873335#3873335

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873335


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to