Blame view

deploy/src/main/META-INF/autoconf/auto-config.xml 637 Bytes
ping authored
1 2 3 4
<?xml version="1.0" encoding="UTF-8"?>

<config>
    <group>
ping authored
5
		<!--yohobuy.resources-autoconfig-env--> 
DengXinFei authored
6
		<property name="yoho.unions.env.webapphome" defaultValue="/home/test/yohobuy-union/deploy" description="应用根目录"/>
ping authored
7
        <property name="yoho.unions.env.serverport" defaultValue="8" description="应用端口"/>
ping authored
8 9 10 11 12 13 14
	</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>