----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It does have a search feature!

We cannot guess what you are trying to do:
#1. Include version numbers for all software.
#2. Include relevant configuration settings.
#3. Include full descriptions of the problem.

Got Linux? Seeing lots of java processes?
<http://java.apache.org/faq/?file=274>
----------------------------------------------------


Hi,
On Fri, 8 Oct 1999, Bari, Naeem wrote:
BN| Unfortunately I am stuck with SSI and servlets for now. Most of the project
BN| is already done and we are under a time crunch to get it out the door. I
[...]
BN| But till then, I have to believe that there is a way to pass a servlet's
BN| output back embedded within another servlet. As far as I can tell, the
BN| problem is that a servlet's response goes straight back to the client,
BN| rather than being interpreted by the web server. My web server recognizes

Unfortunatly, you can't 'pipe' the output from one servlet to another with
the current implementation.

[...]
BN| Or can I invoke org.apache.servlet.ssi.SSI myself (I assume that since this
[...]

This is a way you could try. Have a look at
org.apache.servlet.ssi.PageParser and
org.apache.servlet.ssi.PageParserServlet to understand how this all works.
You probably want to execute just the PageParser within you servlet and
call its 'process()'-Method.

ciao,
 -hen



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