<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    jBPM5 Startup Time
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/drupalspring">wqe wqe</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/754223#754223">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi jBPM5 community ,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>This is the question about the jboss configuration rather than jBPM5 itself.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>The ant script from the installation package will build total six WARS.&#160; I use JBoss AS 7.1.1. with default setting and base on&#160; default standalone.xml&#160; , I modify it in order to run jbpm5 . After the startup scripts is invoked (i.e standalone.bat) , I have to wait about 10 minutes for all these six WARS are deploye succesfully .Is it normal or take too long?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I found that these six WARs will be exploded to about 1GB data during the deployment .It may be one of the reasons about the long time deployment. Within these 1 GB data , about half (500MB) comes from the form-designer WAR .If I exclude it , the startup time will decrease nearly half to about 5-6 minutes.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p> So , I want to ask </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="text-align: start;">(1) : How can I speed up the startup time of the JBoss assume the no other application beside jbpm5 will run on it&#160; ? Will it help if only the required extensions are loaded . Currently , I enable the following extensions: </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><blockquote class="jive-quote"><p>&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.clustering.infinispan"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.connector"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.deployment-scanner"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.ee"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.ejb3"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.jaxrs"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.jmx"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.jpa"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.logging"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.naming"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.osgi"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.pojo"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.remoting"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.sar"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.security"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.threads"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.transactions"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.web"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension module="org.jboss.as.weld"/&gt;</p></blockquote><p>Which extensions can I safely remove such that these jBPM5 WARs will not be affected??</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="text-align: start;">(2) I find that whenever the jboss startup , all six WARs will be&#160; exploded again to about 1GB data&#160; even there are no changes in these WARs.&#160; Can I configure JBoss such can detect if there are changes in these WARs , and only deploye these delta instead of all&#160; six WARs ?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="text-align: start;">Thanks <span> :) </span></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/754223#754223">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>