java - Update a single file in the EAR file in a better way -


i have ear file following structure

app.ear

  - app-inf     - lib       // libraries (.jar) here   - meta-inf     - manifest.mf     - weblogic-application.xml   - module1.war   - modulejar.jar   - module1.war   - customlib.jar 

under module1.war, have updated web.xml , later need deploy same ear file, better way out ant script , command prompt.

by using 7zip software whit out extracting can edit files in war,ear , jar.

right click on .ear->.7zip->select 'open archive'

in side select 'module1.war'->open

like can reach web.xml there select edit on web.xml add or delete lines.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -