- 前台网店
- ofbiz\framework\base\config\ofbiz-containers.xml中的以下部分中的8080。
- <http-connector>
- ...
- <property name="port" value="8080" />
- </http-connector>
<http-connector> ... <property name="port" value="8080" /> </http-connector>
- ofbiz\framework\webapp\config\url.properties中的设置项
# HTTP Port (Not Secure port)
port.http=8080.
- 带SSL连接的后台
- ofbiz\framework\base\config\ofbiz-containers.xml中的以下部分中的8443。
- <https-connector>
- ...
- <property name="port" value="8080" />
- </http-connector>
<https-connector> ... <property name="port" value="8080" /> </http-connector>
- ofbiz\framework\webapp\config\url.properties中的设置项中的8443
# HTTPS Port (Secure port)
port.https.enabled=N
port.https=8443
force.https.host=
OFBiz配置详解
本文详细介绍了OFBiz系统中关于网店前台及后台SSL连接的配置方法,包括如何在ofbiz-containers.xml文件中设置http及https连接端口,以及在url.properties文件中指定HTTP和HTTPS端口的具体参数。

4096

被折叠的 条评论
为什么被折叠?



