[jbpm-commits] JBoss JBPM SVN: r6158 - jbpm4/trunk/modules/userguide/src/main/docbook/en/modules.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 3 11:22:58 EST 2010


Author: koen.aers at jboss.com
Date: 2010-02-03 11:22:58 -0500 (Wed, 03 Feb 2010)
New Revision: 6158

Modified:
   jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch09-Configuration.xml
Log:
Document how getWebServiceHost and getWebServicePort have to be configured: JBPM-2562

Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch09-Configuration.xml
===================================================================
--- jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch09-Configuration.xml	2010-02-03 13:19:58 UTC (rev 6157)
+++ jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch09-Configuration.xml	2010-02-03 16:22:58 UTC (rev 6158)
@@ -28,6 +28,29 @@
   </section>
   
   <section>
+  
+    <title>Console</title>
+    <para>By default the server host and port of the console
+    webapplication are respectively <literal>localhost</literal>
+    and <literal>8080</literal>. It is not hard to imagine 
+    situations where it is needed to change those defaults.
+    Hence they are made configurable. To customize,
+    change the values of the default configuration 
+    (e.g. in the file &quot;jbpm.console.cfg.xml&quot;) 
+    and replace them with the values you want.</para>
+
+    <programlisting>&lt;jbpm-configuration&gt;
+    
+  &lt;process-engine-context&gt;
+    &lt;string name=&quot;jbpm.console.server.host&quot; value=&quot;myNewHost&quot;&gt;
+    &lt;string name=&quot;jbpm.console.server.port&quot; value=&quot;9191&quot;&gt;
+  &lt;/process-engine-context&gt;
+
+&lt;/jbpm-configuration&gt;</programlisting>
+
+  </section>
+  
+  <section>
     <title>Email</title>
     <para>TODO document supported config customization 
     of the jbpm.mail.properties</para>



More information about the jbpm-commits mailing list