apm_file_watch (public)
apm_file_watch path
Defined in packages/acs-tcl/tcl/apm-file-procs.tcl
Marks the file of the indicated path to be watched. If the file changes, it will be reloaded prior to the next page load.
- Parameters:
- path (required)
- The path of the file relative to server root
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if {$path eq "packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl"} { ns_log Warning "apm_file_watch: Skipping file $path as it cannot be watched. You have to restart the server instead" } nsv_set apm_reload_watch $path 1Generic XQL file: packages/acs-tcl/tcl/apm-file-procs.xql
PostgreSQL XQL file: packages/acs-tcl/tcl/apm-file-procs-postgresql.xql
Oracle XQL file: packages/acs-tcl/tcl/apm-file-procs-oracle.xql