0 Replies Latest reply on Mar 22, 2005 9:25 AM by calendarw

    properties file location.

    calendarw

      Hi~
      I am building a web service need to access database, I want to store the database information(like url, jdbc driver name, username, password) store in properties file, but can't load the properties file.

      /ServerWS
      |---META-INF
      |---web-service.xml
      |---Database.properties
      |---Database.class

      is the file stucture right for storing properties file?