Unix environment variable

3
Hi! We are currently testing an application on the hosted mendix environment. In this application we need to make use of a JavaAction relying on a 3rd party component. This component needs an environment variable to be set on Unix level. We tried exporting this variable in the command shell before we start the Mendix server on the commandline: export LOOKUPGROUPS However it seems the Mendix server is not picking this up. Is the Mendix server running under a different user account that can not see this variable? Hope you can assist! Regards, Roberto -- with help from Jeroen Remmerswaal
asked
1 answers
6

I just reproduced and confirmed this. Environment variables are not correctly preserved while starting the JVM. Can you please file a bug report about this in the support portal, so this will be fixed?

answered