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?
相关问题
- Wordpress change all 404 to 410 error code
- 404 error when switching between stores when in a
- Why is jQuery ajax get returning a 404 Not found e
- How to fix error “Enrollment failed” when trying W
- oAuth2 - WSO2 API Manager and Identity Server Inte
相关文章
- Zurb Foundation 5, modernizr not found
- hapi.js - 404 route VS static files route
- Pylons - Changing the regular 404 Not Found page t
- Status Code Exception (com.google.gwt.user.client.
- Django: GET css returns 404?
- WSO2 - disable HTTPS
- wso2 governance registry - client looks up service
- Deploying WSO2 ESB 4.6.0 onto JBoss 7
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.