Situation
Our company works with various clients, some using native apps such as iPad and Android, while others use web-based platforms like websites and SmartTVs.
We have a central web project that houses common assets used by all clients, including icons, favicons, fonts, and more. This allows us to easily manage these assets in one location.
Challenge
Currently, I am facing an issue with serving the messages property file to JavaScript and native clients. This file is not publicly accessible in the war file.
Does anyone have any recommendations on how to make this messages property file public and accessible in a format suitable for different clients?