I know that I can use an absolute system path, for example ... identityFile="/path/to/key-file" ..., but this is not good. I will deploy the Mule application in different places with different and sometimes unknown ways. Thus, the id file must be part of the Mule application.
I have imported the id file into the src / main / app file, but I do not know how to access it using the relative path. Can I do something like ${MULE_APP_ROOT}/key-file?
source
share