It looks like I may have my problem solved for the short term. I
created a directory in the deploy directory named the same as the war
file and then expanded the war file into that directory. I'm now able
to write files to that directory and they do not get removed on shutdown.
Thanks for t
Hi,
We have a web application that requires custom files to be written to
the deployed webapp directory. Ideally, the information that is needed
would be persisted in a database and read from there but for now files
are written to the webapp direcotory. I'm wondering if there's a method
to s