This content has been marked as final.
Show 4 replies
-
1. Re: Web application deployment directory
alesj Oct 2, 2009 3:14 AM (in response to juicebox)"juicebox" wrote:
Is there any way in which I can instruct JBoss to uncompress the archives to an arbitrary directory?
Currently no, as this is non-exposed impl detail of the VFS.
I'll see if I can make this plugable for the next release.
You can deploy the .ear as unpacked, hence there will be no .war copy --> consistent name. -
2. Re: Web application deployment directory
alesj Oct 2, 2009 8:01 AM (in response to juicebox)"alesj" wrote:
I'll see if I can make this plugable for the next release.
https://jira.jboss.org/jira/browse/JBVFS-125 -
3. Re: Web application deployment directory
juicebox Oct 2, 2009 11:52 AM (in response to juicebox)Thank you Ales - I'll try deploying an exploded ear.
-
4. Re: Web application deployment directory
alesj Oct 3, 2009 7:05 AM (in response to juicebox)You can also already use the latest VFS 2.1.4-SNAPSHOT and its TempStore,
as it's back compatible with the current 2.1.2 version.
See my TempStoreTestCase and PreInitializVSFContexts on the actual usage/config.