---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi, AM| jserv conf file contains the following line : AM| ApJServAction .jhtml AM| /servlets/org.apache.jserv.servlets.JServSSI AM| AM| Any idea where can we get hold of the above servlet. This is an very old version of the JSSI Servlet (I think 1.0) You may get it under the distribution section of the JSSI Servlet, subdirectory old/. BUT: I wouldn't recommend that since the old JSSI is slower, uses much memory and has more bugs. So you should ask your administrator to change the line in the configuration file or just create a servlet which matches the name, something like --- package org.apache.jserv.servlets; public class JServSSI extends org.apache.servlet.ssi.SSI { } ----- ciao, -hen -- -------------------------------------------------------------- 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]