> So to use a verity search that searches a site through coldfusion I have > always periodically updated the collection use a > > vspider -cmdfile <comands file> > > command line script that runs against localhost. > > In a shared environment I can get them to run the script periodically but > the useless vspider is licensed to only hit localhost.. which obviously wont > work on a shared server. > > Anyone have any good approaches for that?
You could have them configure your site so that it is bound to the localhost address in addition to the regular address. Or you could ditch vspider and just use CFINDEX to index database content, which is the approach I'd recommend. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320427 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

