Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to add WEB-INF folder to WAR file

ShankarRajEcoJul 16 2021

Hi,
I modified after_build hook script to add below line.

const output = fs.createWriteStream('EcovuesDashboard.war');

After ojet build it's generating WAR file, but how do we include WEB-INF folder with web.xml to war.
Thanks,
Shankar

Comments
Post Details
Added on Jul 16 2021
4 comments
423 views