I have deployed war on weblogic with following URL
http://xx.xx.xx.xx:6767/em/index.html
My cisco loadbalancer probe following URL
and on getting http 200 response it make status of my servers to active.
But currently weblogic is providing 302 status code.
I am unable to identify why it doing so?
I check above both URL through browser and its working fine.
Regards, imran
A HTTP 302 response is not an error. Only 4nn (client) and 5nn (server) are errors. A 302 simply means that the response is been redirected to another URL. The webserver is apparently redirecting http://xx.xx.xx.xx:6767/em to http://xx.xx.xx.xx:6767/em/ or http://xx.xx.xx.xx:6767/em/index.html.
You just need to let your loadbalancer probe http://xx.xx.xx.xx:6767/em/ or http://xx.xx.xx.xx:6767/em/index.html.