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
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
/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.
  Name Last modified Size Description
Parent Directory - httpd.conf 2012-04-01 16:18 28K jserv/ 2012-04-01 16:18 -