Versions Compared

Key

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

Copy the PhixFlow Webapp into Tomcat

...

  1. Open or cd to $TOMCAT/webapps/phixflow/WEB-INF/classes
  2. Copy logback.xml.example to logback.xml
  3. Copy phixflow-logging.xml.example to phixflow-logging.xml
  4. Open phixflow-logging.xml and set the location(s) of your log directory (usually the logs directory in the tomcat installation), if you want to enable log file download from the GUI. Save and close the file.

...

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/

...