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-login.xml.example to phixflow-login.xml.

Configure

...

logback.xml and phixflow-logging.xml

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

The phixflow-logging.xml file contains the location of the main log file directory, used when downloading log files from the front end.

To configure for default logging:

  1. Open or cd to $TOMCAT/webapps/phixflow/WEB-INF/classes
  2. Copy log4j.properties.example to log4j.propertieslogback.xml.example to logback.xml
  3. Copy phixflow-logging.xml.example to phixflow-logging.xml
  4. Open phixflow-logging.xml and set the location of your log directory (usually the logs directory in the tomcat installation). Save and close the file.

It is not necessary to make any further changes to this file these files unless so instructed by PhixFlow Support.

Info
If it is ever necessary to change this filethe logback.xml, those changes will take effect within a few secondsminute or so, without having to restart the Tomcat 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/

...