Author: tom.baeyens(a)jboss.com
Date: 2009-08-31 08:04:02 -0400 (Mon, 31 Aug 2009)
New Revision: 5600
Modified:
jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
Log:
added signavio installation docs
Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
===================================================================
---
jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml 2009-08-31
10:41:42 UTC (rev 5599)
+++
jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml 2009-08-31
12:04:02 UTC (rev 5600)
@@ -151,10 +151,6 @@
<para>Specify property
<literal>-Djboss.home=PathToYourJBossInstallation</literal>
to customize the path to your JBoss installation.
</para>
- <para>If you are running on a JDK 6, you can also call the installation target
- <literal>install.signavio.into.jboss</literal>, which will install the
- web based process modeller into JBoss.
- </para>
<para>In JBoss, the <literal>ProcessEngine</literal> can be
obtained from JNDI
with <literal>new
InitialContext().lookup("java:/ProcessEngine")</literal>
The same ProcessEngine can be obtained with
<literal>Configuration.getProcessEngine()</literal>
@@ -164,10 +160,22 @@
<section id="tomcat">
<title>Tomcat</title>
<para>The target <literal>install.jbpm.into.tomcat</literal> will
install jBPM into
- your JBoss 5 installation.
+ your JBoss 5 installation.
</para>
</section>
+ <section id="signavio">
+ <title>Signavio web based process editor</title>
+ <para>The targets <literal>install.signavio.into.jboss</literal>
and
+ <literal>install.signavio.into.tomcat</literal> will install the Signavio
web based
+ process editor into JBoss or Tomcat respectively.
+ </para>
+ <para>The signavio webapp is not yet part of the default installation scripts
+ as it depends on JDK 6.
+ </para>
+ <para>After the application started, </para>
+ </section>
+
<section id="userwebapp">
<title>User webapp</title>
<para>If you want to deploy jBPM as a part of your web application, use the
Show replies by date