[jboss-user] [Performance Tuning] - Re: Measuring deployment time for ear on JBOSS

genman do-not-reply at jboss.com
Tue Jul 31 19:44:25 EDT 2007


If you turn on DEBUG logging, you should be able to see the time deployment started to completion based on the timestamp of the logging messages.

JBoss does several things while deployment:
* Unpacks .ear/.war deployments. (Use exploded jars to keep this from happening.)
* Scans for various files, e.g. web.xml, in the file system
* For EJB3, scans classes for annotations.
* Sets up class loaders and other objects.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069442#4069442

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069442



More information about the jboss-user mailing list