0 Replies Latest reply on Sep 10, 2009 6:29 AM by abucs01

    How to redirect page according to url request

    abucs01

      Hi,


      This is interesting one, i would like to know how to show the page according to url request?


      example: if url is http://localhost:8080/demopage
        then is should show demopage.html or jsp   


      if url is  http://localhost:8080/demopageone


        then is should show demopageone.html or jsp  


      rest of application and its jsp pages  is same only the first page i need show the difference according to url request given......


      can any suggest me where i have to look it ?....