auto-config.xml
702 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<config>
<group>
<property name="yohobuy.pfcms.env.webapphome" defaultValue="/home/master/platform-cms/deploy" description="应用根目录"/>
<property name="yohobuy.pfcms.env.namespace" defaultValue="pfcms" description="应用命名空间"/>
<property name="yohobuy.pfcms.env.serverport" defaultValue="9" description="应用端口"/>
</group>
<script>
<generate template="META-INF/autoconf/bin/env.sh" destfile="bin/env.sh"/>
<generate template="META-INF/autoconf/bin/env.bat" destfile="bin/env.bat"/>
<generate template="META-INF/autoconf/conf/tomcat/server.xml" destfile="conf/tomcat/server.xml"/>
</script>
</config>