Download Latest Version uengineBPM-kor-3.6.0.jar (187.0 MB)
Email in envelope

Get an email when there's a new version of uEngine BPM

Home / 4. uengine process codi edition(Early / … / uengine_processCodi_release 1.0
Name Modified Size InfoDownloads / Week
Parent folder
README_EN-beta-1.0.0_01.txt 2011-05-30 3.8 kB
README_KO-beta-1.0.0_01.txt 2011-05-30 3.7 kB
Totals: 2 Items   7.5 kB 0
                        < ProcessCodi Installation >


##############################  Content  ################################
|							     		|
|   1. ProcessCodi Installation - mandatory				|	
|	1) ProcessCodi package 						|	
|	2) Port 							|   
|									|	
|   2. Face Book AppID Registration- mandatory				|	
|	1) Create new Face Book AppID					|	
|	2) Register a Face Book AppID to ProcessCodi			|							
|									|	
|   3. Database initialization - optional				|	
|									|	
|   4. Process definition - optional					|	
|	1)IMPORT 							|	
|	2)EXPORT 							|	
|									|		
#########################################################################




   1. Installation
   	
	1) Installing ProcessCodi package

	   -- Download and extract "codi-was.jar" to your hard drive
	
	2) Port
	   
	   A.Tomcat Port

		-- Open "codi-was/conf/server.xml" using a text editor

		-- Move to 122 Line
			<Connector port="8080" protocol="HTTP/1.1" 
			    connectionTimeout="20000" redirectPort="8443" />
		   Change port number (Default = 8080)
	   
	   B.Database Port

	   	-- Open "Codi-was/bin/runHSQLServer.bat" using a text editor

		-- @java -classpath ../lib/hsqldb.jar org.hsqldb.Server %1 %2 %3 %4 %5 %6 %7 %8 %9 <- Add a new port here
		   ex) @java -classpath ../lib/hsqldb.jar org.hsqldb.Server -port 2222 %1 %2 %3 %4 %5 %6 %7 %8 %9

	   	-- Open "codi-was/conf/server.xml" using a text editor

		-- Move to 65 line 
			url="jdbc:hsqldb:hsql://localhost"
		   ex) url="jdbc:hsqldb:hsql://localhost:2222" 

		-- Open "codi-was\webapps\uengine-web\WEB-INF/applicationContext.xml" using a text editor

		-- Move to 30 line
			<property name="url" value="jdbc:hsqldb:hsql://localhost" /> <- Add a new port here
		   ex) <property name="url" value="jdbc:hsqldb:hsql://localhost:2222" />




   2. Face Book AppID Registration
	   
	1) Create a new Face Book AppID

	   -- Connect to http://www.facebook.com/developers/

	   -- Set Site name, Site URL, Locale and Create App

	2) Register a Face Book AppID to ProcessCodi

	   -- Open "codi-was/webapps/uengine-web/codi-web/ux/waveStyle/index.jsp" using a text editor

	   -- Move to 98 Line and replace AppID to a new one

	   -- Open "codi-was/webapps/uengine-web/codi-web/ux/common/contacts.jsp" using a text editor

	   -- Move to 6 Line and replace AppID to a new one




   3. Database initialization

	# To initialize the ProcessCodi database, follow the steps and DO NOT FORGET to import a process definition (4)
	
	-- Run "codi-was/bin/runHSQLServer.bat"

	-- Run "codi-was/bin/runHSQLManager.bat"
	   Set type as "HSQL Database Engine Server"
	   If Database port is modified, add port to "URL"

	-- Open "codi-was/webapps/uengine-web/codi-web/resources/sql/hsql/HSQL_DB.sql" using a text editor.

	-- Insert sql into HSQL Database Manager and execute.

	-- Delete folder "codi-was/bin/uengine/definition".




   4. Process definition

	# ProcessCodi has initially basic process definitions.
	# To add a new process definition, create a new one in "Admin", or import it by following steps.
	# If you initialized DB, the process definition SHOULD BE IMPORTED.
	  [File : process.zip]

	1)IMPORT

	   -- Run tomcat server

	   -- Connect http://IP address:port/uengine-web

	   -- Login and Open "http://IP address:port/uengine-web/processmanager/index.jsp"

	   -- Right click "Definitions" and Click "Im/Export-->Import"

	   -- Extract "process.zip" and IMPORT the following files.
	      - System Definitions.zip
	      - system definition 2/System Definitions.zip
	      - ¼º°ú°ü¸®.zip
	      - ¿µ¾÷.zip
	      - ¿µ¾÷Ȱµ¿ÇÁ·Î¼¼½º.zip
	      - ¿Â¶óÀÎ ¸¶ÄÉÆÃ ÇÁ·Î¼¼½º.zip

	   -- Name and Alias can be modified.

	   -- Click Submit

	2)EXPORT

	   -- Right click "Process" and Click "Im/Export-->Export"
Source: README_EN-beta-1.0.0_01.txt, updated 2011-05-30