-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Thanks! That clears things up a bit. However, I'm just getting a 404 when I
try to go to one of the .jsp pages (the samples in the sjsp distribution).
My jserv.log says
Servlet-Error: ClassNotFoundException: snoop
When I try and get snoop.jsp. I also see a line in jserv.log as follows:
Read: EPATH_TRANSLATED /data/www/v-clients/books/htdocs/snoop.jsp
Env: PATH_TRANSLATED=/data/www/v-clients/books/htdocs/snoop.jsp
But snoop.jsp in fact lives in /data/www/v-clients/books/htdocs/jsp/snoop
What is causing the server to look for snoop.jsp in the wrong place (even
though I'm requesting /jsp/snoop.jsp in the browser)?
JJ
-----Original Message-----
From: Stefan Bodewig <[EMAIL PROTECTED]>
To: JSERV-Mailing List <[EMAIL PROTECTED]>
Date: 05 August 1999 17:21
Subject: Re: SJSP With Jserv?
>-----------------------------
>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]
>
>
--
--------------------------------------------------------------
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]