Consultor Eletrônico



Kbase P52056: What is COMPILE_ON_FLY Predefined Environment Variable
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/5/2003
Status: Unverified

GOAL:

What is COMPILE_ON_FLY Predefined Environment Variable

FACT(s) (Environment):

WebSpeed 3.1D

FACT(s) (Environment):

WebSpeed 3.1D 64-bit

FIX:

COMPILE_ON_FLY is name of predefined environment variable that is
used in WebSpeed development mode to compile source code at run time
based on the following values:

OnTheFly - If Progress r-code is not found, HTML source is compiled at run time.

NoSave - Deletes r-code from the temporary directory after it runs. Ensures that
HTML source is always re-compiled at run time.

CheckTime - Checks the time on the source and on the r-code. Compiles if
the r-code is older than source.

This environment variable can be set in the AdminServer's startup script,
broker's property 'Environment Variables' in the Progress Explorer,
or in the broker's environment section in the ubroker.properties file.