--

Hi,

If anybody is working on "cgi and servlet interaction", kindly help!

We have an application which handles all the cgi requests via tcl
(tickle). I have a tcl script which does certain database information
retrieveal on the basis of the user input. I want this script to invoke
a servlet and pass this information to it, so that the servlet can then
create graphs on the fly based on this information (using gifencoder
class from ACME) and send this graph to the client browser.

My question is, can this be done? If yes how? How to invoke a servlet
from cgi-tcl script? How to pass data from cgi to servlet and may the
other way round also i.e. from servlet to cgi?

I am using Apache JServ. Kindly help. Any hints, pointers, articles,
info, code etc. is highly appreciated.

TIA
Gaurav



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

Reply via email to