NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

Property Name

GUI Installer Text

Description

Example

application.url

N/A

URL for accessing application. This is generated by the installer.

http://${jboss.server.hostname}:${jboss.server.port}/caintegrator2

application.base.path

"Select installation folder"

Location where user is installing software

${user.home}/apps/cai2

authentication.type

"Authentication Type"

Option to enable LDAP or Database authentication type. "db" or "ldap"

ldap

env.name

N/A

The name of the environment for this properties file.  Things can be conditionally excecuted based on this value

  • local for workstation or ci builds
  • dev, qa, stg, prod for tier builds
  • external for cancer center installs (updated by dist targets)

external

exclude.access-logs

N/A

Option to enable/disable tomcat access logs in jboss or tomcat

true

struts.devMode

N/A

Option to enable/disable the struts.devMode property in struts.properties

false

Database Settings

Property Name

GUI Installer Text

Description

Example

database.type

N/A

The type of DB caIntegrator should use (currently only supports MySQL-type), this should not be changed by user

mysql

database.re-create

N/A

Another flag that controls build flow, only one of these properties can be set. This one will connect as the database.system.user and drop/recreate the database.name and database.user. This is recommended for local deploys. This cannot be used on the tiers and is not recommended for external installs.

true

database.system.user

"Database User Name with Administrative Privileges"

Database user with administrator-level privileges

root

database.system.password

"Password for the above-named user:"

Administrator-level DB user's password

S0meth!ngSecurE

database.system.url

N/A

The JDBC URL for administrator-level user DB connectivity (only needed at install time), should not be changed by user

jdbc:mysql://${database.server}:${database.port}/

database.server

"Database Host Name"

This value must correspond to the domain name of machine that hosts the MySQL server. Talk to your database administrator to learn the server name and port.

remotehost.org

database.port

"Database Port"

This value must correspond to the port for the database.server. 3306 is the default port, but check with your database administrator to be certain.

3306

database.name

"Database Name"

Choose a name for the caIntegrator MySQL database. This must be different than the UPT database name

caIntegratordb

database.user

"Database User Name for caIntegrator Application"

Give the username to access database.name. This must be different than the UPT database user name

caIntegratorop

database.password

"Password for the above-named user:"

Use a password to access database.name for the username identified in database.user

S0meth!ngSecurE

database.url

N/A

The JDBC URL for caIntegrator DB connectivity, should not be changed by user

jdbc:mysql://${database.server}:${database.port}/${database.name}

...

Property Name

GUI Installer Text

Description

Example

user.admin.email.address.from

"UPT Admin Email Address From"

Email address which registration emails come from.

address@domain.com

user.admin.email.address.to

"UPT Admin Email Address To"

Email address that registration emails are sent to.

address@domain.com

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c20153ea74ee9b31-68d75315-4d854469-b6f1b70b-77ec04ef6d8d6c2c7c59e124"><ac:plain-text-body><![CDATA[

upt.url

"UPT URL"

URL for the UPT server that manages this instance of CaIntegrator2

http://[server]:[port]/upt42

]]></ac:plain-text-body></ac:structured-macro>

mail.smtp.host

"Mail Server Host"

SMTP mail server from which software will send its emails

smtp_host.mydomain.com

mail.smtp.port

"Mail Server Port Number"

SMTP mail server port number

smtp_host.mydomain.com

mail.smtp.auth

"Mail Server Authentication"

SMTP mail server requires authentication (true or false)

false

mail.smtp.starttls.enable

"Mail Server Starttls"

SMTP mail server start tls (true or false)

false

mail.user

"Mail Server User"

SMTP mail server user name


mail.password

"Mail Server Password"

SMTP mail server password