On Mon, 3 Feb 2003, Krueger, Tom wrote:
> Has anyone ever gotten Swish-e to work with a Lotus Notes Domino server? It
> does not use normal URLs but rather what looks like database queries such
> as:
>
> http://xyz.xiotech.com/salestools.nsf/ByCategory?OpenView&CollapseView
>
> I can get swish-e to work with a URL ending in .nsf but nothing after that
> is spidered. I get the error:
>
> Wrong method or server
$ fgrep 'Wrong method or server' *.c
http.c: printf("Skipping %s: %s\n", url, "Wrong method or server.");
It prints that when it thinks that the method or server name is not the
same as your initial base URL. That's to limit spidering to one server.
Is it showing a different host name that the one you are passing to swish
with -i or IndexDir?
--
Bill Moseley moseley@hank.org
Received on Mon Feb 3 14:45:43 2003