-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am setting up a script to automatically update indices and file
caches on a production (hands-off) web server.  What I want to do is:

1. Check for any objects in CODB updated in last hour (easy, can do
that).
2. Check if an index set exists for the object type's indexed
properties (hmm...).
3. Check if a file cache exists or should exist if it doesn't (can do
that)
4. Update the cache using by deleting the existing cache and CFHTTP
the page (thought I could do that...).

Can anyone offer me advice on point 2?

In terms of point 3, the CFHTTP resolves the page, but the Javascript
in that page that is generated by the two CFA_TREE tags isn't
generated, so the trees, and therefore the page is cactus.  Is there
something I'm not doing?

Steve
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to