On Tue, Aug 12, 2008 at 3:11 AM, Jeng Yu <[EMAIL PROTECTED]> wrote:
> The servlet (in Appserver A) then processes part of
> the
> form input in the doGet method and then needs to send
> the rest of the form to another web server
> (Appserver B) to process and return the results
> (response code or
--- Peter Crowther <[EMAIL PROTECTED]>
wrote:
> > From: Jeng Yu [mailto:[EMAIL PROTECTED]
> > The servlet (in Appserver A) then processes part
> of
> > the
> > form input in the doGet method and then needs to
> send
> > the rest of the form to another web server
> > (Appserver B) to process and r
> From: Jeng Yu [mailto:[EMAIL PROTECTED]
> The servlet (in Appserver A) then processes part of
> the
> form input in the doGet method and then needs to send
> the rest of the form to another web server
> (Appserver B) to process and return the results
> (response code or something) to the calling
Hello Good People!
I need your help! I can't find a good answer where
I've
looked. Here's my problem:
I have a web application client that shows a user a
form to fill out and then submits the form input to a
servlet in an application server (Appserver A) running
Tomcat.
The servlet (in Appserv