Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Thomas D #1
VSpider localhost to domain mapping?
VSpider in the developer version of CFMX7 can only index a local site. So, my
question is how do I map my collection from localhost to my domain name? I've
tried 'mappath', but it doesn't seem to be the right solution.
Thanks,
Thomas
Thomas D Guest
-
CFMX 7.02 VSpider Issue
I am running into the following issue when running vspider. I get the following error: 2007/04/05 11:34:48 Warn: (ind002006) VDK: Warn ... -
CF 7.0.1 vspider error
We're running CF 7.0.1 under RHEL 3 AS and are issuing the following vspider command at the command prompt: vspider -start... -
SuggestedQuery Not Working with VSpider
Does anyone have any idea why a collection indexed with VSpider and the new Macromedia style files NEVER returns any suggested queries? If I... -
vspider and ColdFusion MX 7
Vspider for ColdFusion MX 7 tech note is not available: http://www.macromedia.com/go/50f419a This fixes problems with the Verity vspdier program... -
Something simple!? Sessions - admin.localhost to main.localhost
Hi Why does the following code allow me to keep the same session when in the same sub domain (ie admin.localhost), yet not when I goto another... -
Tom Jordahl #2
Re: VSpider localhost to domain mapping?
Thomas,
I am not sure I understand your question.
In CFML you can replace the "localhost" string in the URL with your host
name.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest
-
JonL #3
Re: VSpider localhost to domain mapping?
I'm using vspider along with mappath and it's been working ok for me. Here's
my formatting.
-----------------start of mappath.txt----------------------------
#SourceField SourcePrefix DestField DestPrefix
VdkVgwKey [url]http://localhost[/url] URL [url]http://intratest.faa.gov[/url]
-----------------end of mappath.txt----------------------------
Are you sure that the paths in your cmdfile are correct.
JonL Guest



Reply With Quote

