[MOBY-dev] moby services deployment
Elise Larsonneur
Elise.Larsonneur at avignon.inra.fr
Tue Jun 8 13:33:39 UTC 2010
Hi Eddie !
Your corrections in the deployBuild.xml file are OK. The service "jar"
didn't appear during the execution of the target -find-services of the
deployBuild.xml file. And the deployment is OK.
But I noticed an error in the deployBuild.xml file, line 347 :
<target name="deploy-remote"
depends="init,tomcat-init,-find-services,jars,jar-datatypes,jar-services"
description="Create a file helping to deploy services on a different
machine">
......
<copy file="${src.webapps}/remote.deploy.build.xml.template"
tofile="${result.dir}/build.xml">
<filterset>
<filter token="TOMCAT_HOME" value="${cross.tomcat.home}"/>
<filter token="TOMCAT_PORT" value="${cross.tomcat.port}"/>
<filter token="TOMCAT_HOST" value="${cross.tomcat.host}"/>
<filter token="TOMACT_WEBAPPS" value="${cross.tomcat.webapps}"/>
<filter token="AXIS_RELATIVE_PATH" value="${cross.axis.relative.path}"/>
<filter token="AXIS_ADMIN_URL" value="${cross.axis.admin.url}"/>
</filterset>
</copy>
....
Replace TOMACT_WEBAPPS by TOMCAT_WEBAPPS and then the "ant deploy"
command can run correctly.
Thanks a lot !
Elise.
Edward Kawas wrote:
> Hi Elise,
>
> I think that I found the problem. Please cvs update your code (specifically
> xmls/deployBuild.xml) and try again.
>
> Thanks!
>
> Eddie
>
>
More information about the MOBY-dev
mailing list