Page 1 of 1

2 Questions: 10,000 Pages and Past Settings

Posted: Tue Apr 28, 1998 4:09 pm
by Thunderstone



Hi,

Webinator was set up on our site some time ago. The gentleman
who set it up no longer works for us.

The questions:

When I index the site. The program quits after 10,000 pages
and says that it has reached the limit. Is this configurable?
What do I have to do to exceed this?

How do I find out what options the indexing program was initially
run with? The docs say that they are kept in a file 'lastrun'.
This file does not exists on our system. I don't want
to reindex the entire site to get the options that were used
either.

Thanks,

Leonard Megliola
Office of Academic Computing
University of California, Irvine




2 Questions: 10,000 Pages and Past Settings

Posted: Tue Apr 28, 1998 4:38 pm
by Thunderstone



That's the limit of the free version. The commercial version will allow
unlimited pages. See http://www.thunderstone.com/webinator/ for pricing
and ordering information.


Lastrun is a collection of settings in a database table, not a file. To check
the options do something like:

gw -st "select Name,String from options where Profile='lastrun'"

If you are using version 1.x, there is no options table. You will have to
look in the gw.log file in the database directory for lines of the form:

1998/04/24 16:43:41 Begin (14818) gw ...

(version 2.x also maintains this log)