-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

>>>>> "JB" == Jonathan Baker-Bates <[EMAIL PROTECTED]> 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


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to