To separate package customizations from release versions, I like to place the custom code in the ${serverroot}/www directory tree.
For example, if the photo-album package is mounted at /fotos3 and /fotos4, I can modify some aspects of /fotos4 by:
Copying files from ${serverroot}/packages/photo-album/www to ${serverroot}/www/fotos4/
and modifying them. However, xql files in the www directory appear to get loaded only the first time referenced. Changes to them require a server restart.
Since there is some development activity inspired from ROR etc. to make xql files work in the same manner as .adp/.tcl file pairs, can we expect the xql files to behave more like .adp/.tcl files (ie. not requiring a server restart) sometime soon?
Request notifications