chenyizhen
Level 1
Level 1

I have 8 websphere applications in two machines,my ACE is one-arm-mode 。the data stream is like that,

http request:client-->ace virtual ip+vritual port(snat)-->real ip+real port(websphere applications).  then,

http response:websphere applications(with a Parameter:redirect=virtual ip+real port) -->ace virtual ip+vritual port-->client.

any then the client According to the redirect parameter forwarding。but redirect port parameter getting in websphere is wrong.

the redirect parameter should be ”virtual ip +virtual port“。I have tried in other middleware like tomcat,that is ok。

maybe the websphere is something wrong。

I want to know can I change the redirect parameter when the http response return to the ACE module。