Robert,

Can you be a little more specific about what you are
trying to achieve here.

I have an ant buildfile which can redploy wars/ears if
they become more recent than the last deployed copy...

wars/ears/jars are rebuilt if any of their
constituents become more recent than the whole.

Is this what you are after ?

The WAR will belong to the WebContainer and as such
(IMHO) I don't think the J2EEDeployer will unpack past
the EAR level. Besides, WARs may not be unpacked at
all - The WebApp may be run straight from the WAR....

Please enlighten me :-)

Jules


 --- [EMAIL PROTECTED] wrote: > We've been using
the feature of JBoss to watch an
> expanded .jar directory
> structure and deploying the EJBs specified by the
> ejb-jar.xml descriptor. 
> Recently
> it was asked of me if it could do the same for a
> .war directory structure 
> in the same
> manner (basically watching the web.xml descriptor). 
> I couldn't find any 
> information
> in the docs or archives that indicated if this was
> possible, so I started 
> investigating
> the AutoDeployer code and saw that it would be
> fairly trivial to add that 
> type of 
> functionality in.
> 
> So, I did.  I've been using it now for a couple of
> days to make sure it 
> was working, etc.
> and I suppose it would be beneficial to allow others
> to use it too.  So, 
> how do I go
> about submitting the changes?
> 
> ps:  if there is some other way of doing this
> without these changes, could 
> someone
> please inform me!  Thanks.
> 
> Robert Price
>  

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to