Copy the PhixFlow Webapp into Tomcat
...
The PhixFlow webapp must be configured to give access to the database user that has been created to hold the PhixFlow data.
- Copy
phixflow-datasource.xml.<database>.example
tophixflow-datasource.xml
...
- .
- Edit the properties for
<bean id="dataSource"....
.
For example:
Code Block | ||
---|---|---|
| ||
<property name="url"> <value>[CONNECTION STRING]</value> </property> <property name="username"> <value>[USERNAME]</value> </property> <property name="password"> <value>[PASSWORD]</value> </property> |
...
Initially, simply copy the example file phixflow-instance.xml.example to phixflow-instance.xml.
Configure phixflow-login.xml
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
The PhixFlow webapp can be configured to authenticate users’ usernames and passwords against an external Domain / Active Directory or SAML Single Sign-on server e.g. Active Directory Federation Services server.
Initially, simply copy the example file phixflow-login.xml.example to phixflow-login.xml.
See also Configure Login Forms.
Configure logback.xml
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
The logback.xml file controls detailed event/error logging on the server.
...
For instructions on how to change the name of the log file generated, see below.
Please contact PhixFlow Support for instructions on how to integrate this into other logging frameworks (e.g. Google Cloud's stackdriver).
...
Info |
---|
If it is ever necessary to change the logback.xml, those changes will take effect within a minute or so, without having to restart the Tomcat server. |
Configure phixflow-logging.
...
xml
Anchor | ||||
---|---|---|---|---|
|
The phixflow-logging.xml file contains a list of directories that contain log files, and is used when downloading log files from the GUI.
Initially, simply copy the example file phixflow-loginlogging.xml.example to phixflow-loginlogging.xml.
It is not necessary to make any further changes to this file unless so instructed by PhixFlow Support.
Using Your own Logo in PhixFlow
Optionally, you can configure PhixFlow to display your own company logo. You need a vector graphic .svg file of your logo, renamed as customerLogo.svg
(case sensitive). Add the file to $TOMCAT/webapps/phixflow/
gui/images/
...