The Reverse Search Engine
[ start | index | login ]
home > explanation

explanation

Created by mfranken. Last edited by mfranken, 3 years and 137 days ago. Viewed 6,793 times. #28
[diff] [history] [edit] [rdf]
labels
attachments
collectiondetails.gif (107323)

Mapping your collection behind a Webserver

Define a collection called 'My Documents' that sits in e:\docs. The index will be created in d:\temp\zilverline\index\My Documents.

All documents in zip, rar and chm are kept on disk, and stored in the cache that sits in d:\temp\zilverline\cache\My Documents.

collectiondetails

The URL will be used in the search results. Instead of pointing back to the original location (e:\docs) it will point at >>http://localhost/books_e/docs/ (which should exist on your server, and should be mapped to e:\docs). You can do this by specifying an alias e.g. in Apache:

Alias /books_e/docs "e:/docs"
	<Directory "e:/docs">
		Options FollowSymLinks Indexes
		IndexOptions NameWidth=*
		AuthType Digest
		AuthName "private"
		AuthDigestFile conf/passwd/digests
		AuthDigestDomain /tech
		Require valid-user
	</Directory>

Since you specify a cacheURL, the cache can be mapped to sit behind the webserver at >>http://localhost/cachedBooks/docs/. You can create this mapping again as follows:

Alias /cachedBooks "D:/temp/zilverline/cache"
	<Directory "D:/temp/zilverline/cache">
		Options FollowSymLinks Indexes
		IndexOptions NameWidth=*
		AuthType Digest
		AuthName "private"
		AuthDigestFile conf/passwd/digests
		AuthDigestDomain /tech
		Require valid-user
	</Directory>
no comments | post comment

Zilverline
Visit Zilverline for Agile Coaching and Training

News

I've just released version 1.5.0
This version adds security and allows you to
upload documents to collections.

Get Zilverline

Zilverline is free of charge for personal and
R&D use. For commercial use you will have to
pay or contribute.

See Getting Zilverline.

Source

The source code can be found at Source Code

Build Information

All build reports generated with Maven
are accessible >>here

Installation

If you're upgrading from a previous version,
I advice you to follow the installation,
and copy your existing configuration
(collectionManager.xml and
searchService.xml) in your
Home Directory (user.home).
See also Quick start.

Screenshot

Here is one: screenshot

FAQ

Read the FAQ before getting started.

Best viewed with Get Firefox!

Made with Spring Framework

Built with MaviClipse

Powered by lucene

AgileHolland AgileHolland member.



< August 2008 >
SunMonTueWedThuFriSat
12
3456789
10111213141516
17181920212223
24252627282930
31
Powered by SnipSnap 1.0b1-mfranken
snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt