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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to