Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2

Ubisecure CustomerID uses a JDBC data source to access the database, thus one needs to be created to WildFly before the Ubisecure CustomerID application can be deployed. There is a script in the distribution package's tools folder for this purpose: create-datasource.sh. Note that the linux.config file must have been configured and setup.sh must have been run successfully and WildFly must be running before the create-datasource.sh script can be run successfully. 

Code Block
languagetext
themeRDark
cd /usr/local/ubisecure/customerid/tools
./create-datasource.sh

...