Subversion Repositories bacoAlunos

Rev

Rev 336 | Rev 347 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 336 Rev 340
Line 95... Line 95...
95
        <echo message="${tomcat.manager}"/>
95
        <echo message="${tomcat.manager}"/>
96
        <tomcat.install url="${tomcat.manager}" path="${tomcat.context.path.install}"
96
        <tomcat.install url="${tomcat.manager}" path="${tomcat.context.path.install}"
97
                        config="file://${basedir}/${dist.dir}/estgweb.xml"
97
                        config="file://${basedir}/${dist.dir}/estgweb.xml"
98
                        username="${tomcat.username}" password="${tomcat.password}" />
98
                        username="${tomcat.username}" password="${tomcat.password}" />
99
    </target>
99
    </target>
-
 
100
    <target name="tomcat.deployContextOnly" depends="">
-
 
101
        <echo message="${tomcat.manager}"/>
-
 
102
        <tomcat.install url="${tomcat.manager}" path="${tomcat.context.path.install}"
-
 
103
                        config="file://${basedir}/${dist.dir}/estgweb.xml"
-
 
104
                        username="${tomcat.username}" password="${tomcat.password}" />
-
 
105
    </target>
100
    <target name="tomcat.redeployContext" depends="tomcat.undeploy,build.war" >
106
    <target name="tomcat.redeployContext" depends="tomcat.undeploy,build.war" >
101
        <echo message="${tomcat.manager}"/>
107
        <echo message="${tomcat.manager}"/>
102
        <tomcat.install url="${tomcat.manager}" path="${tomcat.context.path.install}"
108
        <tomcat.install url="${tomcat.manager}" path="${tomcat.context.path.install}"
103
                        config="file:${basedir}/${dist.dir}/estgweb.xml"
109
                        config="file:${basedir}/${dist.dir}/estgweb.xml"
104
                        username="${tomcat.username}" password="${tomcat.password}" />
110
                        username="${tomcat.username}" password="${tomcat.password}" />