Hello,
I want to use a properties files in my WDK project to store some connection parameters to databases.
I don't know where to locate this file within the WDK structure (webinf/classes or in the custom folder) and which is the correct form to invoke the keys and values.
I have tried placing it in both folders and using something like this:
Properties prop = new Properties();
prop.load(new FileInputStream("project.properties"));
but the function does not find the archive.