Hi,

I don't know if this is too simple an answer to your question but it is
similar to what I have been trying to do and I have discovered that they can
be referenced in the all the same ways as a normal http address, e.g.
anchors, etc. (e.g. http://localhost/directory/cgiscriptname.   If you need
something more complicated then look at URLConnection and HttpURLConnection.
You effectively simulate a servlet GET request by opening an input stream on
the connection but you may need to use URLEncode for the parameters.

Regards,
Susan Hoddinott
http://www.hexworx.com

----- Original Message -----
From: "harsh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 07, 2003 4:02 PM
Subject: CGI scripts


>
> Hi can i run cgi scripts too through apache
> if yes then how and where to place them ?
>
> --------------------------------------------------------------------------
----
> harsh
> http://www.cse.iitb.ac.in/~harsh
> --------------------------------------------------------------------------
----
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to