Liferay 7.0 EE 与 Weblogic 10.3.6 兼容吗?

Is Liferay 7.0 EE compatible with Weblogic 10.3.6?

我正在尝试在我的 Weblogic 服务器上本地部署 Liferay 7,但是在 http://localhost:7004/liferay_7

访问 URL 时收到 Forbidden 403 错误
Error 403--Forbidden
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.4.4 403 Forbidden
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.

我已经按照下面的指南在我的 weblogic 服务器上尝试了 Liferay 6.1 CE,一切正常。 https://dev.liferay.com/discover/portal/-/knowledge_base/6-1/installing-liferay-on-oracle-weblogic-10-3?notice=1

但我只能找到关于 Liferay 7 和 weblogic 12c 的指南,其中的说明非常不同。我怀疑这是一个配置问题,但我已经无能为力,无法找出到底是什么地方出了问题。

感谢您的所有建议。提前谢谢你。

根据Compatibility Matrix,Liferay DXP(没有7 EE)确实限于Weblogic 12。这对于 Liferay 7 CE 也是一个很好的假设。