>
> --- Anders Bengtsson <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > Does anyone have any ideas for how to make .ear deployment go faster?


deploy beans, not ear file.
write         <application name="app" path="../../app" />  in yours
server.xml

Make META-INF directory in ../../app
place application.xml here

to redeploy beans you need simply: place new bean in ../../app and touch
../../app/META-INF/application.xml


> >
> > We're doing a lot of testing during development. Our test script
> > re-deploys the entire application before running the test suite, so
> > the
> > deployment speed is really important for us.
> >
> > Using Jikes as the EJB and JSP compiler made a great difference, but
> > there must be other ways to shorten deployment time?
> >
> > /Anders
> >
> ________________________________________________________________________
> > A n d e r s  B e n g t s s o n
> > [EMAIL PROTECTED]
> > http://www.natakademin.se/
> >
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Kick off your party with Yahoo! Invites.
> http://invites.yahoo.com/


Reply via email to