问题
I am being confused by wso2 aplication server. When i access a non-exist page, it will always redirect to carbon console, I have studied the xml config files, but find no luck. I just want to know how to make it just report 404 error when it does happen?
回答1:
I have found the answer, the reason is the carbon app occupied the context root, so all request to non exist context-roots will be received by carbon app. After changing the carbon WebContextRoot in carbon.xml, all seems ok now.
来源:https://stackoverflow.com/questions/23933482/wso2-application-server-will-redirect-to-carbon-upon-404-error-is-expected