===================================================================

GNUJSP has been installed in /usr/local/share/java/classes.

To get started, first set up apache with jserv to function properly,
then add the following to /usr/local/etc/apache/jserv/jserv.conf
before the "</IfModule>" line:

  ApJServAction .jsp /gnujsp/gnujsp
  ApJServMount /gnujsp /gnujsp

Then copy the gnujsp.properties to your apache config dir:
cp /usr/local/share/doc/gnujsp/gnujsp.properties \
   /usr/local/etc/apache

and add the zone gnujsp to /usr/local/etc/apache/jserv/jserv.properties:
  zones=gnujsp
  gnujsp.properties=/usr/local/etc/apache/gnujsp.properties

Last, create a scratch directory for gnujsp, writable by your web
server userid (usually 'nobody'). The default directory path is
/usr/local/www/gnujsp, which can be changed by modifying
/usr/local/etc/apache/gnujsp.properties

If you run into problems, read the INSTALL.apache document in
/usr/local/share/doc/gnujsp for info more info.

Some examples can be found in /usr/local/share/examples/gnujsp.

===================================================================
