Tom Gerber wrote:
>
> I need a Servlet which will do the following.
>
> Take the input query string and form data and call the same request to
> another Web server.

Request Dispatcher is the correct way, but it will only dispatch
requests to the same server, so you're going to have to make your own
url connections.

It's not that hard - if I recall correctly javalobby had an example.

Alfonso.

--
--------------------------------o0o-------------------------------
Alfonso E. Urdaneta  - Chief Whiner               Ph: 561.581.7360
Integrated Visions                               Fax: 561.581.7377
10315 102nd Terrace                [EMAIL PROTECTED]
Sebastian FL, 32958
http://www.integratedvisions.com

"Time flies like the wind, but fruit flies like bananas"

___________________________________________________________________________
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