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.
如何将 2 个上下文根映射到 WebSphere 6 中的一个应用程序。
例如,我有一个上下文根为“/”的应用程序,这显然是默认应用程序。我希望将针对上下文根“/sample”的请求重定向到“/”路径。
谢谢!
你是对的,谢谢。
我将此添加到 HTTP 服务器的配置文件中
ProxyPass /sample/ /
我认为您必须在 http 服务器的配置端而不是 WebSphere 端这样做。您使用的是前端 http 服务器吗?