0 Replies Latest reply on Feb 1, 2006 8:58 AM by mrmanishs

    Dynamically change document root within a web app <or even j

    mrmanishs

      All,

      I could not find anything similar to what I'm asking. For our web apps, we want to dynamically load the web root of the jsps depending on the url:

      www.AWEBSITE.com ==> /AWEBSITE/jsp/
      www.BWEBSITE.com ==> /BWEBSITE/jsp/

      Is it possible to do this within a web app , or even just within jboss?

      Thanks.