2 Replies Latest reply on Aug 25, 2004 3:18 PM by jim_stoll

    where is my .xml file ?????

       

      InputStream is = this.getServletConfig()
       .getServletContext()
       .getResourceAsStream("/web-inf/errormessages.xml");


      Yields a null, even though i have a valid xml file in the web-inf folder of my .war.