0 Replies Latest reply on Jul 30, 2007 12:36 PM by rjstanford

    Virtual Hosts within an EAR

      Is there any way - even a JBoss specific way - to indicate multiple virtual hosts for a single EAR? This would allow simple deployment (and caching, etc) for an application that presented 3 WAR files, each on a different hostname.

      This can be emulated, cruftily, by having each WAR installed in a different location and then having a filter double-check that the paths all match and, if they don't, redirecting appropriately. But I'd much rather just not worry about that.

      Thanks! Any assistance is greatly appreciated.