Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 wso2 应用服务器感到困惑。当我访问一个不存在的页面时,它总是会重定向到 carbon 控制台,我研究了 xml 配置文件,但没有找到运气。我只想知道如何让它在它发生时只报告 404 错误?
我找到了答案,原因是碳应用程序占用了上下文根,所以所有对不存在上下文根的请求都会被碳应用程序接收。更改 carbon.xml 中的 carbon WebContextRoot 后,现在一切正常。