head	1.1;
access;
symbols
	JSERV_0_10_PREVIEW:1.1.0.6
	JSERV_0_9_11:1.1.0.4
	JSERV_0_9_12:1.1.0.2
	JSERV0_9_10:1.1;
locks; strict;
comment	@# @;


1.1
date	98.02.14.06.52.00;	author ian;	state Exp;
branches;
next	;


desc
@@


1.1
log
@added READMEs about the optional Apache::Servlet perl module
@
text
@This directory contains the Apache::Servlet perl module for use with
mod_perl.  This allows perl scripts running embedded inside an Apache
HTTPD process to access Java Servlets and capture their output, possibly
for further processing.  A "dump-servlet" script is provided which
separately presents headers, logs, errors and the body of the response,
which is intended as an example but may itself be useful for debugging
servlets in some circumstances.
 
To get the documentation on Apache::Servlet, run one of these
   pod2text Servlet.pm
   pod2html Servlet.pm
 
If you have write permission where your perl5 installs its modules, you
can build and install with these commands
   perl5 Makefile.PL
   make
   make install

To build Apache::Servlet in a separate directory, use these commands.
(Replace the "/path/to/install" with a path you can write in.  You will
need to include a "use lib /path/to/install;" command in your mod_perl
configuration to get it to look for scripts in this location.)
   perl5 Makefile.PL PREFIX="/path/to/install"
   make
   make install

For more documentation on the related software, see
   http://java.apache.org/	Java-Apache Project
   http://perl.apache.org/	Perl/Apache Integration Project
   http://www.apache.org/	Apache HTTP Server Project

@


