Configuring Your Environment

This section describes configuration tasks that may be necessary for the VisionVideo QCS software to work correctly in your network.

Changing the HTTP Port

By default, the HTTP port for the VisionVideo QCS is configured to 8080. If you need to change this port number, you must do so from the command line.

Follow this procedure to change the HTTP port number:

  1. Edit the file:

    /opt/jboss/jboss-6.1.0.Final/server/default/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml

  2. Locate the number 8080 in the file. You will find it in the vicinity of the following lines:

<bean class="org.jboss.services.binding.ServiceBindingMetadata">
  <property name="serviceName">jboss.web:service=WebServer</property>
  <property name="bindingName">HttpConnector</property>
  <property name="port">8080</property>
  <property name="description">JBoss Web HTTP connector socket...</property>
</bean>

  1. Change the port value to the desired port number (that is, a valid non-privileged HTTP port), and save the file.

  2. If the VisionVideo QCS is already running, restart the VisionVideo QCS for the changes to take effect.

Server Time Synchronization

The date and time displayed and logged by the VisionVideo QCS are derived from the server clock.

Dialogic recommends that you synchronize your server clock with a real-world time source to avoid confusion or difficulty introduced by an unknown time base.

Database Backup

The VisionVideo QCS stores and maintains data in a MySQL database. A system parameter controls how long data is retained in this database before being deleted; see Configuring System Parameters.

You are responsible for the regular backup of this database. For more information about backup and recovery of MySQL databases, see the following website:

http://dev.mysql.com/doc/refman/5.1/en/backup-and-recovery.html.