Sorry should have clarified, when I say META-INF I mean, WEB-INF/classes/META-INF/
still couldn’t get application | module.properties to work… any ideas? WEB-INF/classes/META-INF/resouces.json - WORKS WEB-INF/classes/META-INF/resouces.xml - WORKS WEB-INF/classes/META-INF/application.properties - NOT WORK WEB-INF/classes/META-INF/module.properties - NOT WORK On 27 Feb 2014, at 12:14, Romain Manni-Bucau <[email protected]> wrote: > Hi > > all these files should be in WEB-INF. resources.properties, > app.properties, system.properties doesn't exist here. Only > resources.xml|json, application.properties and module.properties IIRC. > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2014-02-27 13:12 GMT+01:00 Chris Christo <[email protected]>: >> Hi, how do you name the properties file within the war's META-INF folder? >> resources.json and resources.xml gets picked up fine, but NOT >> 'resources.properties' or 'app.properties' or 'system.properties'.
