[EMAIL PROTECTED] wrote:
__________
>I would like to build a servlet that will only "tunnel" certain request to a cgi 
>application on a seperate machine. (Not a http redirect, I need to have everything 
>pass through this server/servlet)
>
>I guess I should be using request dispatcher, but I can not see it in jsdk.jar that 
>is in websphere 2.02 Std. edition.
>
>are there somethings that I am missing?  Do I need to code a request dispatcher 
>myself? is there anything we can buy?
>

Send me the spec and we'll code a
suitable $ervlet.

>is ther an other way of achieving this?

Get your servlet to open the cgi
Url read from the url and write to
the user. Add error checks, caches
etc as appropriate and away you go.

T.
URL http://www.westhawk.co.uk/

___________________________________________________________________________
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