Assembly and Deployment on Windows

The ece script used for assembly and deployment on Linux platforms cannot be used in Windows. To assemble and deploy the Content Engine:

  1. Open a terminal window on your assembly host.

  2. CD to the folder where you have installed the assembly tool, for example:

    CD c:\assemblytool
  3. Enter the command below:

    ant ear
  4. Copy all the .war files in C:\assemblytool\dist\war to the Tomcat webapps folders on all your engine hosts.

  5. Create escenic\lib folders in the Tomcat installation folders on all your engine hosts. If, for example, Tomcat is installed in C:\apache-tomcat-6.0.26, then you need to create a C:\apache-tomcat-6.0.26\escenic\lib folder.

  6. Copy all the .jar files in C:\assemblytool\dist\.work\ear\lib on your assembly-host to the Tomcat escenic\lib folders you have just created on your engine hosts.