开发者

HTTP 302 error while accessing web application deployed on Oracle Weblogic 10.3.3

I have deployed war on weblogic with following URL

http://xx.xx.xx.xx:6767/em/index.html

My cisco loadbalancer probe following URL

http://xx.xx.xx.xx:6767/em

and on getting http 200 response it make status of my servers to active.

开发者_JAVA百科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.

See also:

  • HTTP status code definitions
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜