You have updated your FORMSWEB.CFG.cfg file with the following lines:
[pay]
enfFille=default.env
workingDirectory=/private/apps/pay
[pay.fr]
envFile=french.env
workingDirectory=/private/apps/pay/french
[pay.zh]
envFile=chinese.env
workingDirectory=/private/apps/pay/chinese
A user submits this URL: http://wages.com/servlet/f90servlet=config=pay The http request header gives a list of languages in order of preference:
accept-language: de, zh, fr
How is the run-time environment set?
A.
A run-time error message is generate because the [pay.de] section is undefined.
B.
The working directory is /private/apps/pay/chinese, and environment variables set in the CHINESE.ENV are used.
C.
The working directory is /private/apps/pay/french, and environment variables set in the FRENCH.ENV file are used.
D.
The working directory is /private/apps/pay, and environment variables set in the DEFAULT.ENV file are used.