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
Answer(s)
- user submits this URL: http://wages.com/servlet/f90servlet=config=payThe http request header gives a list of languages in order of preference:accept-language: de, zh, frHow is the run-time environment set?A. A run-time error message is generate because the [pay.de] section is undefined.
- The working directory is /private/apps/pay/chinese, and environment variables set in the
- are used.C. The working directory is /private/apps/pay/french, and environment variables set in theFRENCH.ENV file are used.
- The working directory is /private/apps/pay, and environment variables set in theDEFAULT.ENV file are used.
Correct Answer
The working directory is /private/apps/pay/chinese, and environment variables set in the