0 Replies Latest reply on May 15, 2003 1:46 AM by eyals

    direct file access using tomcat 4.1.12 & Jboss 3.0.4

    eyals

      Hi,

      We need to give users, direct access to files from their browser by typing:
      http://localhost:8080/files/reports/report.csv.

      where files is a directory within jboss (jboss_inst/files)

      in the past we used server.xml and defined a context for files:
      <Context path="/files" docBase="webapps/ROOT/../../../files" crossContext="false" debug="0" reloadable="true" />

      is there an option to do it with the bundled version of tomcat 4.1.12 & jboss 3.0.4?

      Thanks