At server startup time, Tcl initialization is performed in the following steps for the server:
init.tcl
file in that directory is sourced first (if it exists), and then all the remaining .tcl
files are sourced alphabetically.
init.tcl
file in the module-name subdirectory of the private directory is sourced first (if it exists), and then all the remaining .tcl
files are sourced alphabetically.