Sun Webproxy 4.0 POST redirect issue

Hi there,

I am currently evaluating the Sun Webproxy 4.0 server and am using it to be the front end proxy for my Weblogic 9.2 application server. The issue that I am running into is that one of my developers have written a HttpTestServlet that does a simple POST.

I have configured my server to do both Regular re-direct and Reverse-proxy re-direct. When I request the Proxy server address that is pointed to the actual servlet I see the proxy doing a POST but I get a HTTP 1.1/302 not found error. When I go directly to the Servlet the POST string works just fine and I get the desired results. Any help will be appreciated. I have tried numerous config types to get this going but nothing seems to help. Thanks

[732 byte] By [ZubairShaikh] at [2007-11-26 11:51:05]
# 1
"Not Found" is 404, right?What exactly is the response that you are getting - 302 or 404?Can you share your obj.conf details?
motor at 2007-7-7 12:05:52 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
Hi, the error code was 302, our developer has fixed the midlet/servlet on the weblogic server. The servlet was missing a "/" at the end of their URL that the midlet was coded with. Once they added the "/" at both the midlet JAD file and the servlet on the server it worked beautifully. Thx
ZubairShaikh at 2007-7-7 12:05:52 > top of Java-index,Web & Directory Servers,Web Servers...