Check the app server's startup script (see the App Server table) for the environment variables or for a script that gets executed that may set them externally. A good tip for checking what is being set is to locate the line in the script files that starts the JVM (usually it's near the end and begins with
Start the app server and edit the The A good practice to ensure that the environment variables are set is to create a script or batch file that contains them and call the script directly from the app server startup script. In Windows, environment variables are checked as follows: the enovia.ini file is checked first; if the variable does not exist then the environment is checked. If still not found, internal defaults are used. |