Liferay 7.0 EE是否与Weblogic 10.3.6兼容?

问题描述:

我想我的Weblogic服务器上部署的Liferay 7在本地,而是通过下面的指南:http://localhost:7004/liferay_7Liferay 7.0 EE是否与Weblogic 10.3.6兼容?

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 Server上的Liferay 6.1 CE访问URL时收到错误403,禁止,一切工作得很好。 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来说也是一个很好的假设。

+0

感谢您的链接。 – gTang