On 1/16/06, Werner Punz <[EMAIL PROTECTED]> wrote:
> Thanks for the quick answer, just a minor question, is it possible to
> deploy a war remotely and later dump resources somewhere into the
> application, as it seems it is only possible either to pack the
> application up front with all the resources or you hot deploy it
> unpacked and then you have a webapp dir to dump the files to.

Technically, you can locate the unpacked WAR in the config-store
directory, and add new content to that.  However, I think we'd
strongly recommend you either pack everything in the WAR to start
with, or use an unpacked WAR in the hot deploy directory.

Aaron

Reply via email to