Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bramsomers

    forward request to struts action on other server

    Hi, Yeah, I know, but... I'm searching for a forward solution for struts... Thanks, Bram
  2. bramsomers

    forward request to struts action on other server

    Hi, I will explain my problem again, with a few more details. I have the following code now: ActionRedirect redirect = new ActionRedirect(); redirect.addParameter("title", newArticleActionForm.getTitle()); redirect.addParameter("date", newArticleActionForm.getDate())...
  3. bramsomers

    forward request to struts action on other server

    Hi, Thank you for your reply. I was wondering if you could give me an example or something. Because I can't get it to work like I want. I can make a connection to the other server and post the parameters to it, that's not a problem, but struts needs a mapping return, what do I need to return...
  4. bramsomers

    forward request to struts action on other server

    and is there any other solution to pass the parameters?
  5. bramsomers

    forward request to struts action on other server

    Hi all, I have two servers, each running the sun appliction server (9.0). I've build a webapplication, and know I want to forward requests from the first to the second application server. In my LoginAction on the first server I put this in the code: return new ActionForward("http://" +...

Part and Inventory Search

Back
Top