Version 3

    The service consists of the following parts:

    • DeploymentServiceRemote/RemoteHome/Bean: Interfaces and implementation of the service. The method deploy(byte{FOOTNOTE DEF  } parFile) can be used to transfer a par file to the server and deploy it.

    • DeployParRemoteTask: Extension of the ant task DeployParTask that uses the Deployment Servive. It has no properties attribute any more but two additional attributes to specify the JNDI environment. The necessary files can be found in the archive DeploymentServiceBean.zip. Example:

        <deployparremote namingproviderurl="jnp://localhost:1100" namingfactoryinitial="org.jnp.interfaces.NamingContextFactory">
            <fileset dir="${build.deploy.dir}" includes="*.par"></fileset>
        </deployparremote>