Change database connection parameters (ARIS Publisher)

After the installation of ARIS Publisher Server you might adjust the current database connection parameters stored in the context.xml file (<ARIS installation path>...\server\bin\work\work_businesspublisher_<size>\base\webapps\businesspublisher\META-INF). Do not modify this XML file. Use the reconfigure ACC command to change settings, such as ports (Redirect ports, Redirect ports) or ARIS Publisher settings. When performing an update setup all modifications made manually in CFG or XML files will be lost.

This example shows the affected parameters when using an Oracle system with a ARIS Publisher Server installation for a medium number of users.

Example

The following values will be changed within the businesspublisher_m runnable:

To change the settings in the server configuration follow this procedure:

  1. Start ARIS Cloud Controller (ACC) on your ARIS Publisher Server.
  2. To stop all runnables, enter:

    stop all

  3. Reconfigure the businesspublisher runnable, enter:

    bp.ado.database="com.idsscheer.aris.businesspublisher.application.dao.database.AOracleDAO"

    bp.db.driver="oracle.jdbc.OracleDriver"

    bp.db.url="jdbc:oracle:thin:@//oracle-srv.domain.tld:1521:oracle_sid"

    bp.db.validation.query="select 1 from dual"

    bp.db.username="ARISBP"

    bp.db.passwd="ARISBP" (You can also enter encrypted passwords.)

    bp.arisbpdata="ARISBPDATA"

    bp.arisbpindex="ARISBPINDEX"

    For execution you must enter a single-line command.

  4. Start all runnables, enter:

    start all

The properties are changed.