Hi, there:
I am looking for a way to invoke a Servlet without going through HTTP. I
understand that this has to be container specific logic, so I would like
to do this on Tomcat 4.1.18.
The idea is to use JSP as a template system, but JSP has be to run
inside a Servlet Container. So I would like to be able to invoke JSP
through Tomcat and get result directly without going through HTTP.
I just wonder if anyone has attempt the similar task or has some points
to share.
Thanks.
--
Kelly Chen Tumbleweed Communication Corp.
T:650-216-2043 700 Saginaw Drive
F:650-216-2565 Redwood City, CA 94063
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- Re: Calling into Servlet Container without HTTP Kelly Chen
- Re: Calling into Servlet Container without HTTP Remy Maucherat