Hi, folks.
We have ColdFusion 6.1 configured to process .html files as ColdFusion
code.
We removed/moved a bunch of directories. We have a search appliance
that crawls through our web server. Clients perform searches through
the search appliance, click on results for non-existent pages and
arrive at URLs that should not exist and see the text that was in the
old file.
To fix this we have removed .class files and rebooted the server. That
will remove whatever traces of the file, producing a 404 error when
clients click on the dead links. However, after a period of time the
pages come back. They do not physically exist in the file system but
ColdFusion renders them from some source.
What the hell is going on here? :-) Any ideas?
Some applications have their own subdomain (all of these problems are
on the same machine) and some are just directories off of the web root.
Thanks!