----------
From: Stefan Bodewig bodewig@bost.de
To: JSERV-Mailing List java-apache-users@list.working-dogs.com
Subject: Re: SJSP With Jserv?
Date: Thu, Aug 5, 1999, 9:19 AM
>>>>> "JB" == Jonathan Baker-Bates jbb@tpd.co.uk writes:
JB> Can anybody give me an example of what they have in their
JB> httpd.conf and zone file for SJSP if they have it working?
in jserv.conf -- is included from http.conf:
ApJServAction .jsp /jsp/sjsp
ApJServMount /sjsp /jsp
============================================
in jserv.properties
wrapper.classpath=/usr/local/java-lib/sjsp20.jar
zones=...,sjsp,...
sjsp.properties=/usr/local/apache/conf/sjsp.properties
=============================================
in sjsp.properties
servlet.sjsp.code=cz.sator.jsp.JspServlet
servlet.sjsp.initArgs=dir=/usr/local/apache/jsp,compiler=/usr/lib/jdk1.1.7/bin/javac
-classpath %classpath% -d %dir%
%source%,log=/us/local/apache/logs/jsp.log,loader=std
==============================================
/usr/local/apache/jsp is writable by nobody (actually it's owned by
nobody).
HTH
Stefan |