[jboss-as7-dev] Deployment descriptors?

Carlo de Wolf cdewolf at redhat.com
Fri Apr 29 09:29:28 EDT 2011


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
>



More information about the jboss-as7-dev mailing list