> 
> If this still takes too long, look at breaking up the components in
> the .ear. Either into smaller .ears, or into individual components
> (.war, ejbs jars, etc) and move those to deploy/. Then you only need
> to re-deploy the components that have changed.

>From experience, breaking an application up into multiple smaller deployable
components can be error-prone in terms of the JBoss classloader.  Especially
true if one component relies on another component that isn't bundled in the
same archive (ear, jar, etc).

Dustin


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to