W3vina.COM Free Wordpress Themes Joomla Templates Best Wordpress Themes Premium Wordpress Themes Top Best Wordpress Themes 2012

You are viewing an old revision of this post, from February 14, 2019 @ 13:08:44. See below for differences between this version and the current revision.

Activity Server Installation and Configuration

Contents

1.Required Files

(For copy Please download here)
  1. Activity Server Files (Version No:  apache-tomcat-6.0.36)
  2. JDK Files  (Version No.  jdk1.8.0_181)
  3. Activity Database

2.Activity Server Installation and Starting

1. Copy and paste the Activiti Setup. 2. Open the file "..\ActivitiWorkflow\apache-tomcat-6.0.36\webapps\activiti-explorer\WEB-INF\classes\db.properties" and change the property based on ur DB. (update the required database and password) 3. Open the file "..\ActivitiWorkflow\apache-tomcat-6.0.36\webapps\activiti-rest\WEB-INF\classes\db.properties" and change the property based on ur DB. (update the required database and password) 4. Run The Activiti using "..\ActivitiWorkflow\apache-tomcat-6.0.36\bin" startup.bat If there is error message on catalina, then do the following steps - Install latest jdk - Open environment variable create a new system variable with name JAVE_HOME and set JDK installed path Example: C:\Program Files(x86)\Java\jdk1.7.0_21 6. Create a new user variable with Name: CATALINA_HOME and path C:\ActivitiWorkflow\apache-tomcat-6.0.36 7. After that Activiti will be running then use the http://machineip:8080/activiti-explorer/ for browsing and update the same in Gb4SolutionCommonweb.config 8. Login into Activiti in your browser using Username: kermit and Password: kermit 9. Create Three User in Manage>>User namely "admin", "rejected", "resend" and made this user for all the groups. 10. Identify the User in Muser for approver and create the same user in activiti as per the user code.. 11. Login into admin user in work flow and Upload the Masterworkflow.bpmn file in Manage>>Deployment>>Upload New by editing the file "Masterworkflow.bpmn"(Change "activiti:assignee") 12. Make Entry in WorkFlowSettings Screen. Admin Module in Our DashBoard. Example : For Purchaseorder  Menutype: Transaction, Module: purchase, Classname: purchase, isactive: checked, webservice: POST MMHead, Eventtype:WorkedDays  

3. Standard User Creation (Admin, resend, rejected)

1. Go to server by typing activity url (usually it is like (Server URL:portnumber\activity-explorer) (Port number which you have assigned for activity server) (Otherwise Please find this url in services folder\config folder\ Gb4SolutionCommonweb.config file \ Key number "ActivitiRestUrl". In that upto port number you take and add this letter '\activity-explorer'. After that copy this url and paste it on browser) 2. check login page is loaded 3. type kermit as username and password 4. click login 5. Click manage tab 6. click user button 7. click create user 8. type dbname..admin name id text box (for example your db name is unisoft then type UNISOFT..ADMIN) 9. type password, firstname 10. in the same way create following users DBNAME..resend (name and password both are same) DBNAME..rejected (name and password both are same) 11. Select the admin user add all group by pressing 12. Log out

3.Bpmn file creation based on role/employee code

  1. download sample file  here
  2. Before creating Bpmn file be sure what type of Bpmn file you are going to create
  • 1. Is it User based
  • 2. Is it role based
  • 3.Is it employee based
 

4. Checking Activity Server Working or not

  1. type (Server URL:portnumber\activity-explorer) (Port number which you have assigned for activity server)
  2. check login page is loaded
  3. type kermit as username and password
  4. click login . If it is logged then it is working.
   

Revisions

Revision Differences

February 14, 2019 @ 13:08:44Current Revision
Content
Deleted: <h2>1.About Activity Server and Prequisites</h2> Added: <h2>1.Required Files</h2>
Deleted: (For copy Please download here Added: (For copy Please download here)
Unchanged: <ol>Unchanged: <ol>
Deleted: <li>Activity Support Version No:  apache- tomcat-6.0.36</li> Added: <li>Activity Server Files (Version No:  apache- tomcat-6.0.36)</li>
Deleted: <li>Pre Requisites.    1. JDK  (Version No. jdk1.8.0_181jdk1.8.0_181)</li> Added: <li>JDK Files  (Version No.  jdk1.8.0_181)</li>
 Added: <li>Activity Database</li>
Unchanged: </ol>Unchanged: </ol>
Unchanged: <h2>2.Activity Server Installation and Starting</h2>Unchanged: <h2>2.Activity Server Installation and Starting</h2>
 Added: 1. Copy and paste the Activiti Setup.
 Added: 2. Open the file "..\ActivitiWorkflow\apache- tomcat-6.0.36\webapps\activiti- explorer\WEB- INF\classes\db.properties"
 Added: and change the property based on ur DB. (update the required database and password)
 Added: 3. Open the file "..\ActivitiWorkflow\apache- tomcat-6.0.36\webapps\activiti- rest\WEB-INF\classes\db.properties" and
 Added: change the property based on ur DB. (update the required database and password)
 Added: 4. Run The Activiti using "..\ActivitiWorkflow\apache- tomcat-6.0.36\bin" startup.bat
 Added: If there is error message on catalina, then do the following steps
 Added: - Install latest jdk
 Added: - Open environment variable create a new system variable with name JAVE_HOME and set JDK installed path
 Added: Example: C:\Program Files(x86)\Java\jdk1.7.0_21
 Added: 6. Create a new user variable with Name: CATALINA_HOME and path C:\ActivitiWorkflow\apache- tomcat-6.0.36
 Added: 7. After that Activiti will be running then use the http://machineip: 8080/activiti-explorer/ for browsing and update the
 Added: same in Gb4SolutionCommonweb.config
 Added: 8. Login into Activiti in your browser using Username: kermit and Password: kermit
 Added: 9. Create Three User in Manage&gt;&gt;User namely "admin", "rejected", "resend" and made this user for all the groups.
 Added: 10. Identify the User in Muser for approver and create the same user in activiti as per the user code..
 Added: 11. Login into admin user in work flow and Upload the Masterworkflow.bpmn file in Manage&gt;&gt; Deployment&gt;&gt;Upload
 Added: New by editing the file "Masterworkflow.bpmn"(Change "activiti:assignee")
 Added: 12. Make Entry in WorkFlowSettings Screen. Admin Module in Our DashBoard.
 Added: Example : For Purchaseorder  Menutype: Transaction, Module: purchase, Classname: purchase, isactive:
 Added: checked, webservice: POST MMHead, Eventtype:WorkedDays
 Added: &nbsp;
 Added: <h2>3. Standard User Creation (Admin, resend, rejected)</h2>
 Added: 1. Go to server by typing activity url (usually it is like (Server URL:portnumber\activity-explorer) (Port number which you have assigned for activity server) (Otherwise Please find this url in services folder\config folder\ Gb4SolutionCommonweb.config file \ Key number "ActivitiRestUrl". In that upto port number you take and add this letter '\activity-explorer'. After that copy this url and paste it on browser)
 Added: 2. check login page is loaded
 Added: 3. type kermit as username and password
 Added: 4. click login
 Added: 5. Click manage tab
 Added: 6. click user button
 Added: 7. click create user
 Added: 8. type dbname..admin name id text box (for example your db name is unisoft then type UNISOFT..ADMIN)
 Added: 9. type password, firstname
 Added: 10. in the same way create following users DBNAME..resend (name and password both are same) DBNAME..rejected (name and password both are same)
 Added: 11. Select the admin user add all group by pressing
 Added: 12. Log out
Unchanged: <h2>3.Bpmn file creation based on role/employee code</h2>Unchanged: <h2>3.Bpmn file creation based on role/employee code</h2>
Unchanged: <ol>Unchanged: <ol>
Unchanged: <li>download sample file  here</li>Unchanged: <li>download sample file  here</li>
Deleted: <li>Please classify  this</li>Added: <li>Before creating Bpmn file be sure what type of Bpmn file you are going to create</li>
Unchanged: </ol>Unchanged: </ol>
 Added: <ul>
 Added: <li>1. Is it User based</li>
 Added: <li>2. Is it role based</li>
 Added: <li>3.Is it employee based</li>
 Added: </ul>
 Added: &nbsp;
Unchanged: <h2>4. Checking Activity Server Working or not</h2>Unchanged: <h2>4. Checking Activity Server Working or not</h2>
Unchanged: <ol>Unchanged: <ol>
Unchanged: <li>type (Server URL:portnumber\activity-explorer) (Port number which you have assigned for activity server)</li>Unchanged: <li>type (Server URL:portnumber\activity-explorer) (Port number which you have assigned for activity server)</li>
Unchanged: <li>check login page is loaded</li>Unchanged: <li>check login page is loaded</li>
Unchanged: <li>type kermit as username and password</li>Unchanged: <li>type kermit as username and password</li>
Unchanged: <li>click login . If it is logged then it is working.</li>Unchanged: <li>click login . If it is logged then it is working.</li>
Unchanged: </ol>Unchanged: </ol>
Unchanged: &nbsp;Unchanged: &nbsp;
Unchanged: &nbsp;Unchanged: &nbsp;

Note: Spaces may be added to comparison text to allow better line wrapping.

Translate »