How to create and edit a MANIFEST.MF file in a JDeveloper 12c WAR deployment project
Hi All,
We have two applications:
- An ADF application (EAR packaging)
- A J2EE JAX-RS application (WAR packaging, also a JDeveloper project)
Both run on WebLogic Server. In the ADF application, we track the application version in the MANIFEST.MF file using the Weblogic-Application-Version property, and WebLogic shows the version correctly.
Now we want a similar feature for the JAX-RS WAR application. I tried:
- Creating a
MANIFEST.MFfile underMETA-INF→ didn’t work. - Configuring the WAR deployment profile in Project Properties → selected WAR options → checked Include Manifest File → saved → but no
MANIFEST.MFwas created.
Question: How can we add a