Name | Modified | Size | Downloads / Week |
---|---|---|---|
0.0.2 | 2010-05-22 | ||
0.0.1 | 2010-05-15 | ||
hsqldb-server-with-data.zip | 2010-05-21 | 1.8 MB | |
readme.txt | 2010-05-21 | 1.4 kB | |
Totals: 4 Items | 1.8 MB | 0 |
1. Install Tomcat 6.x 2. Edit server.xml by section Service <Engine name="Catalina" defaultHost="localhost"> <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <!-- Current workaround for using the JBPM identity tables on Tomcat. Setting the Realm on the context with path /jbpm-console did not seem to work. Note that this workaround means that the cmplete localhost domain will use this realm ! --> <Realm className="org.jbpm.integration.tomcat6.JbpmConsoleRealm" driverName="org.hsqldb.jdbcDriver" connectionUrl="jdbc:hsqldb:hsql://localhost:1701/jbpmDatabase" connectionName="sa" connectionPassword="" /> </Host> </Engine> 3. Unpack war into temp directory 4. Unpack hsqldb-server-with-data.zip into temp directory 5. Copy {HSQLDB_HOME}\hsqldb.jar and {WAR_CATALOG}\WEB-INF\lib\jbpm-tomcat6.jar to {TOMCAT_HOME}\lib\ 6. Start server hsqldb ({HSQLDB_HOME}\start-hsqldb-server.bat) 7. Copy ZKjBPM.war in {TOMCAT_HOME}\webapps\ 8. Start tomcat ({TOMCAT_HOME}\bin\startup.bat) 9. In browser enter url http://localhost:8080/ZKjBPM/jbpm 10. Enter login and passord (shar/password)