1 Reply Latest reply on Aug 12, 2005 4:21 AM by jaikiran

    Problem with .war file

    gayathiri

      Hi,
      I have created a .war file

      when i extracted the war file the directory structure looks liks this

      ( mywar .war )
      --jsp files
      --WEB-INF
      ------ classes
      ----------- app.conf

      and i have deployed it.

      I want to load the property file .... app.conf
      This is the code i have given

      getClass().getClassLoader().getResource("app.conf")


      But My server is not able to find the file (app.conf)

      Pls give me your suggesstions.

      Thanks
      Gayathri