PIA / Config / Servlet

[..] [files] ( jserv

This directory contains configuration files for use with the PIA's Java Servlet implementation.

All of these files contain absolute paths, and may need to be edited before being used! They are currently set up assuming that the Apache web server is installed under /usr/local/apache. Specifically:

/usr/local/apache/
		  bin/		httpd binary
		  conf/		configuration files
		       jserv/	... JServ configuration files
		  htdocs/	server document root
		  libexec/	JServ .jar files
		  PIA/		PIA home (usually a symlink)
		  .pia/		PIA root (usually a symlink)

/usr/local/jdk1.2.2/		Java development kit
/usr/local/JSDK2.0/		Java servlet development kit

Annotated Contents

Apache Configuration Files

httpd.conf
A sample Apache httpd.conf file that sets things up for Apache-JServ. Actually, the only thing you really need is the line:
Include /usr/local/apache/conf/jserv/jserv.conf
jserv/
Configuration files for Apache-JServ. If Apache is installed in /usr/local/apache and the PIA/ subdirectory is a symbolic link to a PIA install tree, you can simply do the following:
       cd /usr/local/apache/conf
       ln -s ../PIA/Config/Servlet/jserv .
       
and there's a fair chance that it might all work well enough for a test. If you actually want to build an application around the PIA servlet, you will at the very least have to edit jserv/zone.properties.pia to tell it where to find the PIA site configuration file. Otherwise, just browse to localhost:8080/servlets/PIA and it should work.

Apache JServ Configuration Files

jserv/jserv.conf
Server configuration file
jserv/jserv.properties
Top-level properties file
jserv/zone.properties.pia
Properties for the root zone.

Copyright © 2000 Ricoh Innovations, Inc.
$Id: HEADER.html,v 1.4 2001-01-11 23:36:41 steve Exp $
      Name                    Last modified      Size  Description
Parent Directory - httpd.conf 2012-04-01 16:18 28K jserv/ 2012-04-01 16:18 -