0 Replies Latest reply on Jun 10, 2005 2:09 PM by neeleshz

    How to specify or redirect URL to subdirectory

    neeleshz

      Hi,

      I am using JBoss 3.2.5 with Tomcat 5.0.
      My site has foll. directory structure
      -Mysite
        -Portal
          -images

      I am accessing index.jsp located at Portal directory as-
      http://localhost:8080/Mysite/Portal/index.jsp

      Now I want to access image files from images directory as-
      http://localhost:8080/Portal/xyz.jpeg

      Basically I want to redirect /Portal/ request to /Mysite/Portal/ ....

      Can anybody please help me in doing this?

      Neelesh