This chapter gives a step by step description on how to deploy a model manually on a JBoss application server with an Oracle database server.
DelegateUserTest
and import the ACMEWorkflowModel as described in the Getting Started chapter of the Support Case Example tutorial.work folder with the two sub-folders lib
and etc. Copy the ojdbc6.jar
under lib. Copy your carnot.properties file under etc and
modify it according to the settings of the local environment. Change log directory path,
audit trail type (Oracle), audit
trail driver class ( oracle.jdbc.driver.OracleDriver (oracle.jdbc.OracleDriver
in case of using an Oracle version 11g)), audit trail URL ( e.g.: jdbc:oracle:thin:@localhost:1521:xe
), audit trail username and password ( created in step 1 ).sysconsole createschema. Please refer to the chapter The Sysconsole Command for information on the sysconsole command.Model
was deployed should appear. Please refer to the section Deploying Stardust Models of the Importing and Exporting Models chapter for detailed
information on how to deploy a process model.ipp-archetype-jb6-eap-ipp-ear
to prepare the EAR deployment for JBoss EAP 6.3 and 6.4. For details refer to
section
Downloading Maven Archetype Templates of chapter
Creating a Runtime Environment with Apache Maven in the
Installation Guide.
section
Other Archetypes of our Stardust Wiki
Maven/Basic Setup
page.carnot.ear file. For details on how to
receive the carnot.ear file from the archetype, refer to
chapter
Creating a Stardust Runtime Environment with Apache Maven in the
Installation Guide.
section
Maven Archetypes of our Stardust Wiki
Maven/Basic Setup
page.ipp-portal.war file.ojdbc6.jar to ipp-portal/WEB-INF/lib.carnot.properties under ipp-portal/WEB-INF/classes.
ipp-portal.war .carnot.properties file for the
Stardust Portal:
carnot-example.properties.carnot.properties for engine under carnot-engine/
and repack carnot-engine.jar . carnot.properties file for the
engine: carnot-engine.properties.
Edit it according to the local environment.<custom_application>.jar
to carnot/ and modify carnot/META-INF/application.xml to
include this jar.carnot.ear again and copy it to the
<JBoss_Installation_Directory>/server/default/deploy.