Copy the PhixFlow Webapp into Tomcat
...
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/
...
- Be sure to set up a separate user and schema in the database for the new PhixFlow instance and to set phixflow-datasource.xml as needed
- To ensure log messages are sent to a separate file, change the following line in log4jlogback.propertiesxml
Code Block |
---|
log4j.appender.myAppender.file=logs/ alternative_name.log<file>logs/alternativeAppName.log</file> |