Versions Compared

Key

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


Excerpt

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

update system_configuration set database_driver_class_file_dir = ‘/opt/phixflow-drivers’;
commit;

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

...