openCRX Server Installer v2.11.0
Download the Installer openCRX Server
View Documentation
openCRX Wiki
This installer creates an openCRX instance running on
TomEE/Tomcat 7 and HSQLDB. The installation comes with a preconfigured HSQLDB
database. It contains data which is created when working
through the guide openCRX Manual Installation Tomcat.
You can start and stop openCRX using the corresponding shortcuts/launchers. After starting openCRX you can
login using any browser. Valid URLs are:
| Application |
URL |
| openCRX/Core |
http://localhost:<TOMCAT_PORT>/opencrx-core-CRX/ |
The following accounts are preconfigured:
| User |
Password |
| guest |
guest |
| admin-Standard |
admin-Standard |
| admin-Root |
admin-Root |
Troubleshooting
If you are not able to login then try the following:
- Open an command shell
- cd to ${installdir}/bin
- Start openCRX with opencrx.bat run on Windows platforms
or
start openCRX with
./opencrx.sh run on Linux platforms
- Check the console output for errors
WorkflowController
Here is how to start the workflow controller:
- Login as admin-Root
- Select Administration then the menu entry Wizards > openCRX Workflow Controller.
- This activates and opens the WorkflowController servlet.
- Turn on / Turn off allows to activate and deactivate openCRX background services.
- see also information available in the openCRX Admin Guide (Startup configuration in web.xml)
Configure your own database
Very detailed instructions for migrating from HSQLDB to another DMBS are available at https://sourceforge.net/p/opencrx/wiki/Sdk210.DatabaseMigration/. Here is the short version for configuring the database connector:
SQL scripts to create a new openCRX database (tables, views, etc.) from scratch are included in the openCRX SDK. Download the openCRX SDK Installer and install the openCRX SDK. Scripts for all the supported database management systems (HSQLDB, MySQL, PostgreSQL, MS SQL, IBM DB/2, and Oracle) are contained in the directory <SDK_Install_Dir>\opencrx-x.x.x\core\src\sql.