0 Replies Latest reply on Jul 19, 2004 3:43 AM by sysuser1

    Read in Property files

    sysuser1

      Hello everybody,

      I need to read in some Property files into JBoss. I put the file location in the "properties-service.xml" and during booting the following message appears:

      [SystemPropertiesService] Loaded system properties from: file :/C:/usr/local/jboss/server/all/properties/myprops.properties

      but when I start my client application (which needs these properties), the JBoss server throws the error

      java.io.FileNotFoundException: File myprops.poperties not found in classpath

      Maybe, the properties have to be set in another file or so....Can anyone help me?