What are the steps to deploy workflow engine and web editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2011 10:20 AM
If I only need the BPM Engine and Web based editor, what are the steps and which files that I need to deploy the engine and editor to my application server, let's say JBoss app server.
Thanks in advance.
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2011 02:01 AM
If you only want to use the BPM-engine, you have multiple options. You can just deploy the activiti-rest webapp, to enable external access to the engine via REST. Another way is to use the activiti-engine in your webapp as a library. What do you exactly mean with 'deploying the BPM engine' ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2011 08:17 AM
If I use the engine as a library, is there any change to deploy the editor? Can I directly deploy the business process to the Engine?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2011 08:19 AM
If I use the engine as a library, is there any change to deploy the editor? Can I directly deploy the business process to the Engine?
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2011 08:53 AM
Actually I would like to use it as a library inside my web app, so which jar should I include in my project
Check the txt's you can find in /setup/files/dependencies. All dependencies of each component is listed there.
If I use the engine as a library, is there any change to deploy the editor? Can I directly deploy the business process to the Engine?
No, the editor is self-contained
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2011 09:23 AM
But can I directly deploy the process from the web designer to BPM engine? Any tips?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2011 12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2011 11:51 AM
One more question, can I run the database script on my existing database, e.g. MS SQL Server or Oracle? I believe the answer is yes, but where can I get the db scripts? and what settings that I need to consider other than data source in my web application?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2011 02:12 AM
There is no reason why you should run the database-scripts manually. Pointing the engine to your oracle-datasource and starting it, should create the schema (if the engine property dataBaseSchemaUpdate = true).
See http://activiti.org/userguide/index.html#databaseConfiguration
Other settings for the engine are here: http://activiti.org/userguide/index.html#N102A0, most of them are quite trivial and the others are only for advanced usage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2011 10:26 AM
Please let me know if there is any docs that indicates this scenario.
Thanks a lot!
