SAP Commerce Cloud 启动和重启脚本

简介: SAP Commerce Cloud 启动和重启脚本

例子命令,注意,这些并非脚本

# Commerce suite (1905) installed in /data/hybris/suite
# Console logs located in CX_HOME/log/tomcat
CX_HOME=/data/hybris/suite/hybris
PLATFORM_HOME=HYBRIS_HOME/bin/platform
# Stop CX:
PLATFORM_HOME/hybrisserver.sh stop
# Start CX:
PLATFORM_HOME/hybrisserver.sh start
# Initialize:
# Make sure spacceleratorsampledataaddon is up to date. Installed in HYBRIS_HOME/bin/modules/spartacussampledataaddon
cd PLATFORM_HOME
./setantenv.sh .
ant initialize

Restart hybris (yenv)

SSH into the server that you’d like to restart. (Use the ROT servers page reference for IPs and credentials)

# as hybris user, from YENV_HOME
yenv stop spartacus
# wait until the server stops
yenv start spartacus
# optionally, you can tail the logs in HYBRIS_HOME/binaries/hybris/log/tomcat/console[current].log

发送邮件的配置

Configure the following properties in HYBRIS_HOME/config/local.properties (or live in the HAC)

mail.smtp.server=smtp.googlemail.com
mail.smtp.port=587
mail.smtp.user=charlotte.customer
mail.smtp.password=hybrisAccel2016
mail.use.tls=true
# Additionally, Wei created a new account for us
mail.smtp.user=输入用户名
mail.smtp.password=输入密码
相关文章
|
6月前
|
安全 测试技术 数据安全/隐私保护
SAP Commerce Cloud Backoffice site 里 Require Authentication 字段的作用
SAP Commerce Cloud Backoffice site 里 Require Authentication 字段的作用
38 0
|
17天前
|
安全 UED 开发者
SAP Commerce Cloud 配置项 refreshWithLock=false 的作用介绍
SAP Commerce Cloud 配置项 refreshWithLock=false 的作用介绍
18 0
|
17天前
|
Java BI API
SAP Cloud for Customer 里如何通过 ABSL 二次开发方式消费 SAP S/4HANA 系统的 API
SAP Cloud for Customer 里如何通过 ABSL 二次开发方式消费 SAP S/4HANA 系统的 API
14 0
|
2月前
|
机器学习/深度学习 人工智能 监控
SAP Sales Cloud,Service Cloud 和 SAP BTP 平台上的 AI 集成场景
SAP Sales Cloud,Service Cloud 和 SAP BTP 平台上的 AI 集成场景
67 0
|
5月前
|
数据安全/隐私保护
SAP Commerce Cloud 的 DataIsolation flag
SAP Commerce Cloud 的 DataIsolation flag
25 0
|
5月前
|
数据管理 API
什么是 SAP Commerce Cloud 集成扩展包
什么是 SAP Commerce Cloud 集成扩展包
22 1
|
1月前
|
前端开发 搜索推荐 开发者
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
27 0
|
1月前
|
JavaScript 前端开发 开发者
SAP UI5 控件 sap.m.ListBase 的 inset 属性的作用介绍
SAP UI5 控件 sap.m.ListBase 的 inset 属性的作用介绍
15 0
|
1月前
|
Web App开发 数据采集 前端开发
纯技术讨论:如何让 SAP UI5 应用无法被别人在浏览器里调试 - 这种做法不推荐试读版
纯技术讨论:如何让 SAP UI5 应用无法被别人在浏览器里调试 - 这种做法不推荐试读版
15 0
|
1月前
|
XML 存储 数据格式
SAP UI5 控件 customData 属性的应用介绍
SAP UI5 控件 customData 属性的应用介绍
33 0