Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Update or modify deployed WAR file

843840Dec 10 2002 — edited Jul 13 2008

Suppose I use a Server that does not expand WAR files (or is configured not to expand war files)

How can one dynamically update or add a file inside the webapp WAR file? (a properties or XML file)

I could try to create a new, temporary WAR file using java.util.zip.*, and try to copy it over the main one at the end (but that is not very desirable ...)

So I hope there is a better design pattern/idea/solution for how to do this

Thank you for your time and your input,

Liviu

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2008
Added on Dec 10 2002
4 comments
191 views