I think there is discrepancy in mod_jserv.conf and the directory structure 
that ApacheJServSSI creates:

ApJServAction .jhtml /servlets/org.apache.ssi.SSIServlet

It should read this:

ApJServAction .jhtml /servlets/org.apache.jservssi.JServSSI


afshan

>From: "Kamath, Rajesh R, NCIO" <[EMAIL PROTECTED]>
>Reply-To: "Java-Servlets" <[EMAIL PROTECTED]>
>To: "'Java-Servlets'" <[EMAIL PROTECTED]>
>Subject: RE: JServSSI configuration problems Need help ...
>Date: Tue, 18 May 1999 13:26:31 -0400
>
>You need to store the path to the classes in the repository for the servlet
>zone which contains the JServSSI servlet....
>
>a (relevant) part of the conf i am using is :
>httpd.conf:
>=================
>....
><IfModule mod_jserv.c>
>....
>ApJServMount /servlets/root /root
>....
>ApJServAction .shtml /servlets/root/org.apache.ssi.JServSSI
>....
></IfModule>
>.....
>
>
>jserv.properties:
>=================
># CLASSPATH environment value passed to the JVM
># Syntax: wrapper.classpath=[path]
># Default: NONE (Sun's JDK/JRE already have a default classpath)
># Notes: if more than one line is supplied these will be concatenated using
>#        ":" or ";" (depending wether Unix or Win32) characters.
>#        JVM must be able to find JSDK and JServ classes and any
>#        utility classes used by your servlets.
>wrapper.classpath=C:\Program Files\Apache Group\Apache
>JServ\lib\ApacheJServ.jar
>wrapper.classpath=D:\Program Files\JavaSoft\jsdk20\lib\jsdk.jar
>wrapper.classpath=D:\Program Files\JavaSoft\jdk1.2\lib\tools.jar
>wrapper.classpath=.
>
># External modules
># Server side Java
>wrapper.classpath=C:\Program Files\Apache Group\Apache
>JServ\lib\JServSSI.jar
># GNU Java server pages
>wrapper.classpath=C:\Program Files\Apache Group\Apache Jserv\lib\gnujsp.jar
>
># Servlet Zones parameters
>###########################
>
># List of servlet zones Apache JServ manages
># Syntax: zones=[servlet zone],[servlet zone]... (Comma separated list of
>String)
># Default: NONE
>zones=root
>
># Configuration file for each servlet zone (one per servlet zone)
># Syntax: [servlet zone name as on the zones list].properties=[full path to
>configFile] (String)
># Default: NONE
># Note: if the file could not be opened, try using absolute paths.
>root.properties=C:\Program Files\Apache Group\Apache
>JServ\conf\zone.properties
>
>test.properties:
>=================
># List of Repositories
>#######################
>
># The list of servlet repositories controlled by this servlet zone
># Syntax: repositories=[repository],[repository]...
># Default: NONE
>repositories=C:/Program Files/Apache Group/Apache/cgi-bin/servlets/classes/
>
>
>------------------------------------------------------------
>To subscribe:    [EMAIL PROTECTED]
>To unsubscribe:  [EMAIL PROTECTED]
>Problems?:       [EMAIL PROTECTED]
>


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to