Hi Jason,
You wrote:
>The monitor knows about PSPs and Cheetah templates, and will monitor the
>source file corresponding to the generated servlet or template file,
>which is what you want. Note: I've only tested PSPs; please let me know
>if Cheetah templates also work as expected.
FYI, an autoreload is not triggered if a .tmpl file is modified. In my
case, the following is true:
1. FAM is not installed so that polling is used
2. The .tmpl file is instantiated within a servlet (containment-style use).
This means that the .tmpl file is never compiled to a .py file that one
might subsequently import.
...Edmund.
|