Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

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

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

  • No labels