Ok, I think I'm making progress here.
When I type in my browser- myurl/example/test.jhtml it gives me:
------------------------------
Java Server Side Include Error
Requested URI /example/test.jhtml is not a file. Please, make sure you
request a java server side include file.
-------------------------------
But I am sure I have the test.jhtml file in the right directory.
any suggestion?
Thanks alot1
J.H
Steve Nguyen wrote:
>
> Make it simple: you have 1 web root.
> - Assume that you have a zone named "share" which this jservssi will be
> called from
> - In this zone' properties, add:
> respositories=<your path to ApacheJServSSI.jar file>
> servlet.jservssi.code=org.apache.jservssi.JServSSI
> - In your httpd.conf, add:
> ApJServAction .jhtml /share/jservssi
>
> That's it. Ebery servlets in this "share" zone will be SSI-able.
>
> Steve N.
> E-mail: [EMAIL PROTECTED]
>
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]