1 Reply Latest reply on Oct 2, 2002 7:16 AM by jules

    etty-Jboss: How to read/write to a particular directory from

    munisp

      I have a need to read/write a dynamically generated xml to particular directory. The following describes my directory structure
      myApp/
      jsp/
      temp/ (directory i need to read and write to
      WEB-INF/
      web.xml
      How do I get a reference to this directory "/temp" from within my jsp or servlet. I deploy my app as a "war" file. Jetty-Jboss3.0.2 creates a tmp directory to explode my "war".

      Any Ideas