In First Layer, I have a class library which is MyJFr and there is a method which reads myconfig.xml and returns values from this file.
In Second Layer, I have a JSF Web application and I put myconfig.xml in this project, but I can't access this file from MyJFr Project(First layer).
Where Should I put myconfig.xml in JSF Web application? I tried this before from this link: "Where to place and how to read configuration resource files in servlet based application?".
In addition, if second layer is a desktop application, where should I put my config file?