Versions Compared

Key

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

...

  1. Create a second database user to hold the data for the new instance.
  2. Copy the PhixFlow web application into the Tomcat again:

...


  1. cp $RELEASE/webapps/phixflow to $TOMCAT/webapps/alternative_name

...

  1. where “alternative_name” is the name of your test system.

  2. 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.
  3. To ensure log messages are sent to a separate file, change the following line in log4j.properties

...


  1. log4j.appender.myAppender.file=logs/ alternative_name.log

  2. To allow a user to view this instance of PhixFlow at the same time as the default instance, edit $TOMCAT/webapps/alternative_name/index.html:

...