Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Answer) (Category) Java Apache Project : (Category) Apache JServ 1.0 : (Category) Programming and Misc. Tidbits :
SJSP with Apache JServ
----------
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
[Append to This Answer]
Previous: (Answer) How do I execute a CGI script from a servlet?
Next: (Answer) Debugging Servlets with Visual J++
This document is: http://java.apache.org/faq/?file=276
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.