WSE

WSE is java based full-text search system

Illustration

Documentation

I'm working hard to prepare solid documentation but it may take some time. In the meanwhile I'll continuously update this page with most important chapters.

Table of Contents
  1. Requirements
  2. Installation
    1. Setup Apache Tomcat 6
    2. Setup GlassFish v2.1.1

Requirements

Before installing WSE, you need to check that system environment fulfills the necessary conditions. Application depends on following software:

  1. Java 6 or later.
  2. Embeded database Oracle Berkeley DB 4.8.30.
  3. Java EE web container such as Apache Tomcat or GlassFish (recommanded releases: Tomcat 6, GlassFish v2.1.1).
  4. Native tools such as pdftohtml, xlhtml and doctotext which translates documents into html format.

Installation

After installation of all necessary software you need to adjust few settings in Java EE web container to successfuly deploy and run WSE project.

Setup Apache Tomcat 6

Setup GlassFish v2.1.1