Problem with resonse.sendRedirect in WebSphere 5
For some reason, when we use the HTTP-plugin for WAS5, none of the calls to response.sendRedirect in our Web application work. The result is simply a DNS error which says that the server cannot be found. However, if we run the application directly in WAS5 on port 9578 without going through the HTTP-plugin, then response.sendRedirect works fine.
Does anyone else recognize this problem? We have to solve this soon, as one of our primary customers wants to upgrade to WAS5. Thanks!
/Arthur

