0 Replies Latest reply on Jan 12, 2006 11:02 AM by kidhannn

    Serving static files

    kidhannn

      Hi, I have the following folder setup:

      /en/
      /de/
      /at/

      All files under these contain static files(html and images) or simple jsp;s.
      How do I get these folders setup in JBoss (Do I have to setup separate web apps for each folder -- I am sure there must be a simple way)....

      At the same level I have the following web apps that I would like to setup:
      /web/idc
      /web/partner

      The folder path is the actual path to the files e.g
      http://URL/en/index.html
      http://URL/at/index.html
      http://URL/de/index.html
      http://URL/web/idc/index.html
      http://URL/web/partner/index.html




      Please help.