<!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;">
    How do I install jBPM into jBOSS 7.1 (Windows)?
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/alkoch">Al Koch</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/833756#833756">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have used the jBPM Installer Full to get some familiarity with jBPM and I now need to install JBoss and jBPM on a "production" system.&#160; That means I need just these two items and none of the other "demo" items installed by the Full Installer.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>I installed (under Windows 7) JBoss 7.1.1 by downloading jboss-as-7.1.1.Final.zip from </span><a class="jive-link-external-small" href="http://www.jboss.org/jbossas/downloads/" target="_blank">http://www.jboss.org/jbossas/downloads/</a><span> and then unzipped jboss-as-7.1.1.Final.zip to get the jboss-as-7.1.1.Final folder which I placed under C:\Program Files.&#160; I can launch the server with standalone.bat and I am able to access the Management Console so all indications are that it is running.&#160; (The "DOS Box" console shows no errors as well.)</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have tried to deploy jBMP in a couple of different ways:</p><p>1) With the server shutdown, I copied the six .war files (designer.war, drools-guvnor.war, jbpm-form-builder.war, jbpm-gwt-console.war, jbpm-gwt-console-server.war and jbpm-human-task-war.war) from the .\standalone\deployments folder that was created buy the Full Installer and placed them in the same folder of the new JBoss installation.&#160; I then launched JBoss and the console showed numerous errors as it detected and tried to deploy each .war.&#160; Once the "deployment process" completed the jBPM server was not running.</p><p><span>2) I downloaded jbpm-5.4.0.Final-gwt-console.zip from </span><a class="jive-link-external-small" href="http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/" rel="nofollow" target="_blank">http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/</a><span>.&#160; As above, I placed jbpm-gwt-console-server-5.4.0.Final-EE6.war in the .\standalone\deployments folder and started JBoss.&#160; I again got numerous errors which started with:</span></p><p>12:57:06,500 INFO&#160; [org.jboss.as.connector.subsystems.datasources] (MSC servicethread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]</p><p>12:57:06,516 INFO&#160; [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jbpm-gwt-console-server-5.4.0.Final-EE6.war"</p><p>12:57:14,157 WARN&#160; [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/C:/Program Files/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server-5.4.0.Final-EE6.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.</p><p>12:57:14,157 WARN&#160; [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/C:/Program Files/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server-5.4.0.Final-EE6.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"&#160; does not point to a valid jar for a Class-Path reference.</p><p>...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>3) Finally, I tried using the "Deploy" feature in the console.&#160; The "Deployment" seemed to go OK but when I tried to Enable I got a "Processing" message that never closed.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>My questions are:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>1) How do I deploy just JBoss and jBPM (not the Full Install/Demo)?&#160; I cannot locate any instructions for doing this; can you point me to documentation for this?</p><p>2) I am trying to locate the "source" of the six .War files installed by the Full Installer.&#160; I' guessing that the following might be correct:</p><p>&#160;&#160;&#160; Full Installer&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p><p><span>&#160;&#160;&#160; jbpm-gwt-console.war&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jbpm-5.4.0.Final-gwt-console.zip&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; @ </span><a class="jive-link-external-small" href="http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/" rel="nofollow" target="_blank">http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/</a></p><p>&#160;&#160;&#160; jbpm-gwt-console-server.war&#160;&#160;&#160;&#160;&#160;&#160;&#160; "</p><p><span>&#160;&#160;&#160; jbpm-human-task-war.war&#160;&#160;&#160;&#160;&#160;&#160;&#160; jbpm-5.4.0.Final-human-task-war.zip&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; @ </span><a class="jive-link-external-small" href="http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/" rel="nofollow" target="_blank">http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/</a></p><p><span>&#160;&#160;&#160; designer.war&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; designer&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; @ </span><a class="jive-link-external-small" href="http://sourceforge.net/projects/jbpm/files/" rel="nofollow" target="_blank">http://sourceforge.net/projects/jbpm/files/</a></p><p>&#160;&#160;&#160; jbpm-form-builder.war&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ???</p><p>&#160;&#160;&#160; jbpm-gwt-console.war&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ???</p><p>Is the above correct and where do the last two come from?&#160; Further, how do these relate to the various files in jbpm-5.4.0.Final-bin.zip?</p><p><span>3) jbpm-5.4.0.Final-gwt-console.zip from </span><a class="jive-link-external-small" href="http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/" rel="nofollow" target="_blank">http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/</a><span> contains the two files jbpm-gwt-console-server-5.4.0.Final-AS5.war and jbpm-gwt-console-server-5.4.0.Final-EE6.war.&#160; What are these two?</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thank you.</p><p>Al</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/833756#833756">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>