IDependOn-Set: 1
IDependOn-Set: 119
IDependOn-Set: 2
IDependOn-Set: 270
IDependOn-Set: 276
IDependOn-Set: 283
LastModifiedSecs: 933878211
Parent: 119
SequenceNumber: 2
Title: SJSP with Apache JServ
Part: 0
Author-Set: jon@working-dogs.com
HideAttributions: 1
LastModifiedSecs: 933878211
Type: monospaced
Lines: 39
----------
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
EndPart: 0
