Yes, we call this overlays. It is currently not yet implemented.
It'll become something like:
<deployment name="foo.war" runtime-name="foo.war">
<fs-exploded path="deployments/foo.war"
relative-to="jboss.home"/>
<fs-exploded root="/images"
path="/some/place/else/images"/>
</deployment>
The actual xml might still change a bit..
Carlo
On 04/29/2011 12:30 AM, denstar wrote:
On Thu, Apr 28, 2011 at 4:28 PM, denstar wrote:
...
> <fs path="/some/place/else/images.jar"
contextpath="/images"/>
Obviously I meant "/some/place/else/images", else I would have left
the -archive on the fs bit. =)p
:Den