Hello! How does redirect-after-post pattern work in clustered environment? In my case I need to redirect to exactly the same location, where the initial POST request was made from. How does this work in cluster, if at all?
Afaik, the original address is load balancer's address. When requests reaches the application, all application gets is the address of a specific server that executes the request. Is it possible to find out the original location visible to external app? Or am I totally offbase here? Does this depends on server (Tomcat or not) or load balancer? Apparently, load balancer has to be tightly integrated with Tomcat to provide information about original location. I do not want to use "referer". I have not tried to set up Tomcat in cluster yet ;) Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
