Does Java EE server startup time depends on the number of WAR files?
I am working on a portal server which is deployed with 20 different Portlets (20 WAR files). The portal and Portlets are deployed in a JBoss 5 server. Right now, the server itself takes anywhere between 15 - 20 mins to start.
I am trying to see if I can tweak the JBoss configuration to deploy multiple WAR files at the same time. Is that a good option? Are there any other ways to improve the startup time?