Speech Applications Builder Configurator User Guide • May 15, 2004 • page 96 of 116
Parameter
Description
Application Server
Select correct application server for the voice platform you are using
10. Click
Next
.
Figure 94. Dialog deployment war wizard 5
11. Configure the servlet to use the SAB database.
These parameters are initialized to whatever values are currently in the ccp.properties file, which
correspond to the values the SAB Configurator is using to access the repository database. The
values will typically not need to change if the runtime is to use the same database as the
Configurator, however it may be necessary to change the address of the database server to a
format which resolves correctly from the machine where the runtime is to be deployed.
For example, using the address localhost will only work if the database server is on the same
machine as the runtime.
Parameter
Description
Is Datasource
Determines whether SAB should interpret the database URL specified later
as a JDBC connection string or as a Java datasource name. Using a JDBC
connection string results in SAB making a direct connection to the specified
database with that connection string. Using a datasource name results in
SAB delegating the connection to a Java datasource defined within the
application server.
Database name
Used by SAB to look up a properties file containing low level information
about how to use the database.
Database Url
This is interpreted either as a JDBC connection string or as a Java
datasource name depending on the setting of the datasource flag.