【发布时间】:2015-05-04 14:33:57
【问题描述】:
如何在Hybris 中配置tcServer?
我在/bin/platform/project.properties中找到了tcServer设置,需要配置哪些属性?
tomcat.context.template=${HYBRIS_CONFIG_DIR}/tomcat/tomcat_context.tpl
# The directory into which files created by "ant production" are created
#production.output.path=${HYBRIS_TEMP_DIR}/hybrisServer
# Choose the type of server: tomcat or tcserver
bundled.server.type=tcserver
# Absolute path to tomcat
#bundled.tomcat.home=${platformhome}/tomcat
#Version of tomcat server
#bundled.tomcat.version=7.0.52
# Absolute path to tcserver
bundled.tcserver.home=${HYBRIS_CONFIG_DIR}/tcServer
# tcserver's tomcat version
bundled.tcserver.tomcat.version=7.0.42.A.RELEASE
# Relative path to tcserver's tomcat
bundled.tcserver.tomcat.home=tomcat-${bundled.tcserver.tomcat.version}
# Name of an server instance
#bundled.tcserver.instance=instance1
# Name of an instance template to use: hybris or hybris_insight
bundled.tcserver.template=hybris
production.output.path=${HYBRIS_TEMP_DIR}/hybrisServer
【问题讨论】:
-
问题不清楚。你想达到什么目标?
-
默认情况下 hybris 在 tomact 上运行,但我想在 tcServer 上运行?请电话配置它的步骤