Refer a file in project settings

0
I need to set custom VM argument in Mendix Djava.security.properties=$HOME/symantec.policy where symantec.policy is a file containing text jdk.security.caDistrustPolicies=null How do I refer to a file in project settings? In other words, I want this file to be part of my project and use it during deployment or is there any other possibility to apply the security setting jdk.security.caDistrustPolicies=null
asked
1 answers
0

I am not sure but if you have not already tried this –

Try setting Djava.security.properties=$HOME/symantec.policy in the Extra JVM parameters field of your Project Settings Configuration. As a first try, you may want to give the full path name instead of $HOME and see if it works. I base my answer using the information https://docs.mendix.com/addons/apm-addon/ig-one-java-security-settings from docs as a reference.

 

answered