Moving ZIETrans Web projects to a different .ear file

Which .ear file your project files go into is determined when you create the project. After you create the project, you can move it from one .ear to another, using the following steps:

To add the project to an .ear file:

  1. Click the Navigator tab of the ZIETrans Toolkit to display the .ear files.
  2. Expand the .ear file to which you want to add the project. Expand the META-INF folder and locate the application.xml file.
  3. Start the Eclipse application.xml editor by double-clicking the application.xml file.
  4. In the application.xml editor Design view, in the Overview group, select Application, and click Add.
  5. In the Add Item dialog, select Module and click OK.
  6. Select the project you want to add to the .ear file and click Finish.
  7. Close the Eclipse application.xml editor.

To remove the project from an .ear file:

  1. Click the Navigator tab of the ZIETrans Toolkit to display the .ear files.
  2. Expand the .ear file from which you want to remove the project. Expand the META-INF folder and locate the application.xml file.
  3. Start the Eclipse application.xml editor by double-clicking the application.xml file.
  4. In the application.xml editor Design view, in the Overview group, select the project you want to remove from the .ear file, and click Remove.
  5. Close the Eclipse application.xml editor.