3 Replies Latest reply on Oct 26, 2005 4:58 AM by afedoren

    How to change the url to my application dynamically?

    gfzhang

      This is a J2EE application. You have to create a customer, then add some users underr this customer. You access the application by:
      http://host:port/app
      then input your login informtion including the customer name.

      Customers want to use the application in the following way:
      http://host:port/ACustomerName

      Could this requirement be met in JBoss? I tried Virtual Directory, but it does not work. "app" is configured in application.xml

      We are useing Jboss 3.2.5 and willing to port it to JBoss 4.0

      Thanks for your help very much.

      Guofeng