6 Replies Latest reply on Apr 26, 2013 1:17 AM by sfcoy

    Multiple context path for a single .war

    mrinmoy28

      hi everyone, we have deployed a .war file in Jboss AS 7. Let's assume the war name is TestApp.war. Hence the default context path for this web app would be TestApp. We want to have another context path (let's assume App) which will point to the same web app. This means, if any other application tries to call any resource from TestApp.war, it can be called either of following  -

      http://<domain-name>/TestApp/... as well as http://<domain-name>/App/...

       

      basically the question is, can we create 2 different context path for a single .war file ??