The Dynamic Web project that packages up the other two projects into a Web application archive (.war file), which is then deployed to the application server.
- In the
Navigator pane, navigate to
TemperatureConverterPrj.
- If you are not deploying the JVM COBOL run-time system as part of the application (that is, the application uses the shared run-time system in the application server), in the
Navigator pane, navigate to
and double-click
MANIFEST.MF.
The project manifest file appears:
Manifest-Version: 1.0
Dependencies: com.microfocus.cobol.runtime
Class-Path:
If the
Dependencies entry is not set as shown above, you must add it.
Note: Ensure the order of the properties is as shown here.
- Ensure that the
MANIFEST.MF file, and the two other projects are deployed as part of this project, and to the correct paths:
- Right-click
TemperatureConverterPrj, then choose
Properties.
- Choose
Deployment Assembly.
The
MANIFEST.MF file is in the
WebContent directory, and so is set to be included in the assembly when it is deployed.
- Click
Cancel to close the Properties page.