----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Robert,
This is how I have it set up for one servlet zone and it works fine.....
in the jserv.conf
-------------------------------------------------------------
<snip>
ApJServMount /servlets /servlets
<snip>
ApJServAction .jhtml /servlets/JServSSI
in the jserv.properties
------------------------------------------------------------
<snip>
wrapper.classpath=/your path here/ApacheJSSI.jar
<snip>
zones=servlets
<snip>
servlets.properties=/your path here/servlets.properties
in the servlets.properties
------------------------------------------------------------
<snip>
servlet.JServSSI.code=org.apache.servlet.ssi.ParameterPropagatingSSI
servlet.JServSSI.initArgs=PropagateParameters=JServSessionId
servlet.JServSSI.initArgs=buffered=yes
servlet.JServSSI.initArgs=SSISiteRoot=/your path here
Hope that helps,
Tim
--------------------------
Tim Trentham
Web Developer
Furnitureshow.com
V: 512.478.5405 Ext. 204
F: 512.478.5437
[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]