Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

To set the database driver file directory in the PhixFlow database, use an SQL statement, for example:

update system_configuration set databaseset driver_driverclass_file_dir = '/opt/phixflow-drivers’drivers';
commit;

Restart Tomcat to make the change visible to the PhixFlow application.

...