---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- I am having a problem with the following configuration: Solaris 7 Server: Apache/1.3.12 Ben-SSL/1.41 (Unix) ApacheJServ/1.1.2 JSSI (latest, got it last week) I am trying to use a traditional SSI directive to include another file into the current document. To make this easier on people here, I changed the handler from .jhtml to .html. If I use the <servlet> tag it works (which confirms that at least some of this is installed and correctly working). If I use a <!--#include virtual="/blah.dat" --> it will not process the include (if I view the source of the html page, I see the <!--#include directive).. Here are some lines from my config files that may be related: httpd.conf ApJServAction .html /servlets/org.apache.servlet.ssi.SSI jserv.conf (uncommented after things were not working, no effect) ApJServAction .html /servlets/org.apache.servlet.ssi.SSI zone.properties (verified that ApacheJSSI.jar is there and readable) repositories=/usr/servlets,/usr/servlets/ApacheJSSI.jar servlet.org.apache.servlet.ssi.SSI=SSISiteRoot=/www/htdocs,expires=-1000 /www/htdocs exists, and is the document root for the pages that I am trying to include. I am not getting any errors, I am not getting anything that indicates that traditional SSI is being processed by JSSI at all. I have looked in the FAQ sections and was unable to locate anything, searches on altavista simmilarly yielded no results. I am at a loss for why this is not working and am hoping that someone out there may be able to point me in the right direction. Thank you -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]