I have two files (one .properties
and another .json
) in my webapps//WEB-INF/classes folder. I need to reference the .json
file from the .properties
file. As both are in same location, propertyName=File.json
should work,but it does not. If I mention the absolute path, it works fine.
Please suggest.