-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hello,

on my homepage i've got use shtml-files because of an advertisement-contract.
now i want to use jssi to parse servlets. i added the following line to
my httpd.conf:

ApJServAction .shtml /servlets/jhtml/org.apache.servlet.ssi.SSI

after i have restarted my webserver, the ads didn`t show up any more
(but the servlet-output was generated).
is there any solution for this problem. how can i tell my webserver
to first include all servlet-output and then start the shtml handler?

my configuration is:

solaris 2.6 / sparc

apache 1.3.6
jsdk 2.0
jserv 1.0
jssi (the newest)

my httpd.conf looks like this:

...
ApJServAction .shtml /servlets/jhtml/org.apache.servlet.ssi.SSI
...
AddType text/html .shtml .inc
AddHandler server-parsed .shtml
...

CU
Andre


--
--------------------------------------------------------------
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]

Reply via email to