Package org.jafer.test

Class Summary
demo  
ServerStart Test class for starting server/s without Servlet Admin inteface.
Uses settings in org.jafer.conf.server.xml
ServerTest Test class for testing server.
Starts server (using settings in org.jafer.conf.server.xml), and uses a client to do a search on "127.0.0.1".
First 10 results are serialized to: user directory/results.xml.

Edit and re-compile to change server settings and other options.
TestClient Test class which can be used for testing client, or for testing server.
Default setting does a search at "127.0.0.1", port 211 with query:
title = shindig AND (author = Wright OR author = Aldridge)
A maximum of 10 results have name and title displayed.

Edit and re-compile to change server settings and other options.