Hi!
Tim Fox wrote:
> I'm interested in knowing people's strategies for deployment when
> developing a J2EE application.
> It seems impracticle (and time consuming) to me to have to repackage all
>
> the .war and .ear files and redeploy to the server everytime they make a
>
> minor change to an .htm, .jsp or .gif file during the development cycle.
>
> I'd be interested to know how teams are approaching this issue.
You can
1) Use a server that allow you to deploy unpackaged applications
2) Use Ant to package and deploy it for you as part of your build
process
I use 2) personally as it always gives me a "real" deployment. Feels
better for some reason...
/Rickard
--
Rickard �berg
Email: [EMAIL PROTECTED]
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".