Valid in all scopes
Meta tags evaluated
This configuration variable is used to define the search path for Tango class files on Tango Server. The value for this configuration variable may contain meta tags. The tags are substituted each time the variable is used by Tango Server. This configuration variable contains a semi-colon separated list of Web server document root relative paths in which to look for Tango class files. For example, TCFSearchPath may contain the following:
MyApp/TCFs/Logon/;MyApp/TCFs/GuestBook/;FoneList/Objects/;DougApp/OtherStuff/MyObjects/
The default value of TCFSearchPath is <@CLASSFILEPATH>; <@APPFILEPATH>, which means that Tango class files are searched for in the directories that are returned by these meta tags.
Subfolders of the specified folders are not searched; each subfolder must be specified separately in order to have Tango find Tango class files there.
<@APPFILEPATH>
<@CLASSFILEPATH>