0 Replies Latest reply on Mar 23, 2012 8:37 AM by ajanz

    static content

    ajanz

      i've been googling for a while now...

       

      i would like to serve static content directly from file system.

       

      in jboss 4.2.3 this could be done in server.xml

       

       

      like

       

               <Context path="/myapp/archiv" appBase=""

                         docBase="E:/myapp/archiv"

                          reloadable="false">

                 </Context>

       

       

      how can this be done under jboss7?