auto-config.xml
637 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<config>
<group>
<!--yohobuy.resources-autoconfig-env-->
<property name="yoho.unions.env.webapphome" defaultValue="/home/test/yohobuy-union/deploy" description="应用根目录"/>
<property name="yoho.unions.env.serverport" defaultValue="8" 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>