My understanding of the apache JSSI package is that it is aactually a
servlet
that parses the specified file and outputs the appropriate code to the
browser.

I have a set of text files (about 260) which I was planning to include as
content via SSI's .... I was wonfering if it would be possible to just pass
the
shtml code from one servlet to the JSSI servlet. and the output then could
be
properly parsed by the JSSI servlet and send to the browser...
The advantage of this is that I would not have to have 260 shtml files.

I would much rather just have a link from the description of the file to my
servlet which take the filename as a param..appends the shtml code to it and
sends the entire "virtual shtml page" to the JSSI servlet that woudl parse
and
include the proper code in output of the proper page for display.

Is this a good idea? Is it possible? Comments/Alternatives?

Thanks in advance.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to