Database property group  Updating global properties

Appendix A: Configuring Global Properties

Database property-specific parameters

Table A-1: DataPool property changes and additions

Property name

Property description

What’s changed?

DatabaseImpl value=“oracle-javaprocs”

Selected database implementation.

New database implementation for use with Oracle database.

<DatabaseImpl name="oracle-javaprocs" vendor="oracle">

<DatabaseService name="home" pools="op_portal_oracle" balancer="com.onepage.db.UserDistrib" stored_proc_handler="com.onepage.db.JavaProcHandler" platform_handler="com.onepage.db.OraclePlatformHandler" description="service descript" />

<DatabaseService name="auth" pools="op_portal_oracle" balancer="" stored_proc_handler="com.onepage.db.JavaProcHandler" platform_handler="com.onepage.db.OraclePlatformHandler" description="service descript" />

<DatabaseService name="tools" pools="op_portal_oracle" balancer="" stored_proc_handler="com.onepage.db.JavaProcHandler" platform_handler="com.onepage.db.OraclePlatformHandler" description="service descript" />

<DatabaseService name="uwp" pools="op_portal_oracle" balancer="" stored_proc_handler="com.onepage.db.JavaProcHandler" platform_handler="com.onepage.db.OraclePlatformHandler" description="this is for UWP connectors" />

</DatabaseImpl>

DatabaseImpl = op_portal_asa

Selected data pool implementation.

Data pool implementation added for Adaptive Server Anywhere with parameters for all implementations—password_encrypted.

<DataPool name="op_portal_asa"      class="com.onepage.db.DbConnectionBroker"      driver="com.sybase.jdbc2.jdbc.SybDriver"      url="jdbc:sybase:Tds:@ASAHOST@:@ASAPORT@"      user="dba"      password="SQL"      password_encrypted="false"      minConnections="1"      maxConnections="50"      unusedtimer="360"      checkouttimer="60"      reuse="30"      debug="true" />

DataPool name = op_portal_oracle

password_encrypted = false

Values – true, false (default)

  • Encrypts the database passwords based on the password provided here.

  • You must put the encrypted version of the password into the “password” property parameter in the “datapool” tag, and set the encrypted property to “true.”

  • During allocation of the datapools, if the “password encrypted” parameter is set to “true” the password specified is decrypted and used.

    If “password encrypted” is not set or set to “false,” the password is used as specified in global.properties.xml.

By default, the “password encrypted” property is set to “false.”

New attribute “password_encrypted” added.

DataPool name = op_portal_ase

password_encrypted = false

debug = false

  • password_encrypted values – true, false (default)

    See op_portal_oracle for details.

  • debug values – true, false (default)

    When set to “false,” debugging is turned off. This value should remain off in a production system.

New attributes “password_encrypted” and “debug” added.





Copyright © 2004. Sybase Inc. All rights reserved. Updating global properties

View this book as PDF