Hello,
I would like to use the Application Configuration Properties for a portal application DC. Those require a sap.application.global.properties file in the META-INF in the root folder of a deployable archive. Thus I created the META-INF folder with the properties file in the root structure of the DC, and I also added the META-INF folder as ressource root.
After deployment I observed that the configuration of the properties is not possible in NWA. To verify the build of the DC is checked the generated SDA file. There I could see that the file sap.application.global.properties is missing:
But I noticed, that within the WAR file of the SDA, there is another META-INF folder, which contains the properties file. However this is the wrong place, as it is not taken into account:
Does someone know, how I can include the properties file into the right place during the build process?
Best regards
Mario