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://"; + server.getUrl() +
":8080/project/Login.do", false);

put that gives me the error:
java.lang.IllegalArgumentException: Path
http://192.168.1.135:8080/project/Login.do does not start with a "/"
character

I don't know what I do wrong, does anybody know a way to do this?

It need to be forwarded, so that the action on the other server can access
the parameters in the form.

Thanks a lot!

Ps: if it's not possible like I explained here above, is there any other
solution to do this?

Bram
-- 
View this message in context: 
http://www.nabble.com/forward-request-to-struts-action-on-other-server-tf2780049.html#a7756157
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to