Versions Compared

Key

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

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
phixflowDomainsXmlInstall
phixflowDomainsXmlInstall
 
Anchor
phixflow-login
phixflow-login

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
logging
logging
 
Anchor
logback
logback

The logback.xml file controls detailed event/error logging on the server.

...

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
phixflow-logging
phixflow-logging

The phixflow-logging.xml file contains a list of directories that contain log files, and is used when downloading log files from the GUI.

...

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/

...