Copy the PhixFlow Webapp into Tomcat
...
Initially, simply copy the example file phixflow-instance.xml.example to phixflow-instance.xml.
...
Configure phixflow-login.xml
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.
Configure logback.xml and phixflow-logging.
...
xml
Anchor | ||||
---|---|---|---|---|
|
The logback.xml file controls detailed event/error logging on the server.
...
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/
...