|
install.properties Reference
The tables below are also provided in a check sheet with the Example columns left blank, which you may want to use upon installation.
Settings for WebLogic Server
You need to configure the settings for the installed WebLogic Server.
Element Name |
Example |
Remarks |
weblogic.domain |
mydomain |
WLS domain name for deploying application |
weblogic.targets |
myserver |
WLS server(s) for deploying application |
weblogic.adminUser |
system |
Administration user name used for deploying application |
weblogic.adminPasswd |
weblogic |
Administration password used for deploying application |
weblogic.adminURL |
t3://localhost:7001 |
URL of administration server used for deploying application |
weblogic.adminGroup |
Administrators |
Administration group name using sip-admin |
weblogic.realm |
myrealm |
Security realm name for WLS. Note that it is different from the realm used upon SIP authentication. |
weblogic.admin.servername |
myserver |
Administration server name for WebLogic |
Settings for SIP Server Configuration
The following provides information on settings for the configuration of SIP servlet engine (SEE). The items to be specified when configuring the system with connection to CenterStage-NS are shown in red.
Element Name |
Example |
Remarks |
token.hostName |
sipap.oki.co.jp |
FQDN (or IP address) on which SSE is running |
token.lb.enable |
{true,false} |
Flag to indicate whether SSE operates in collaboration with SIP load balancer. If this flag is set to true, the parameters specified in token.lb.* are used for: ·Contact header and Record-Route header values of SIP request sent by SSE ·Return value of SipServletMessage.{getLocalAddr, getLocalPort} method |
token.lb.host |
192.168.0.1 |
Host name or IP address of SIP load balancer |
token.lb.udpPort |
5060 |
UDP port number of SIP load balancer |
token.lb.tcpPort |
5060 |
TCP port number of SIP load balancer |
token.sipProxy.policy |
domain,proxy |
Sets the sending/routing policy of SIP requests. There are following three options for the value. proxy: Sends a message to the SIP proxy server specified in token.sipProxy.*, regardless of the content of the request. domain: Sends the target message to the destination described in the request URI. If the host name of the request URI cannot be resolved, the message is not sent. domain,proxy: First, attempts to send the target message to the destination described in the request URI. If the host name of the request URI cannot be resolved, the message is routed to proxy server. |
token.sipPorxy.host |
siplb.oki.co.jp |
Host name of the destination SIP proxy server |
token.sipProxy.port |
5060 |
Port number of the destination SIP proxy server |
token.sipProxy.transport |
{udp,tcp} |
Transport type of the destination SIP proxy server |
token.realm |
oki.co.jp |
Default Realm used in authentication of registered users. This setting must be the same as the setting specified with CenterStage-NS. |
token.editableRegister |
{true,false} |
Flag to specify whether REGISTER information on the location server should be editable. Specify true if it should be editable, false if it should be non-editable. |
token.lbPresenceHost |
172.21.146.198 |
IP address of SIP load balancer for notifying the change in the presence ACL information. Valid only when linked with NS. |
token.lbPresencePort |
8899 |
Port number of the above-mentioned SIP load balancer. |
Settings Related to Database (Location Server)
You need to set the information relating to the destination database. General settings shown for each of the database products supported by SIP Servlet Engine are color-coded as follows: Oracle, PostgreSQL, MySQL, SQLServer.
Element Name |
Example |
Remarks |
token.locationServer.dataSource |
locationServer.dataSource |
Data source name of location server |
token.dbServer |
{Oracle, PostgreSQL, MySQL, SQLServer} |
Database product to be connected |
token.generator.type |
{ORACLE, NAMED_SEQUENCE_TABLE, SQL_SERVER} |
Type for generating a key used by EntityBean of sample SPI. |
token.dbVersion |
{Release 9.2.0, 7.3.4, 3.23.58, 8.00.760} |
Version information of the database product to be connected |
token.dbDriverType |
thin |
Type of JDBC driver to be used. This setting is valid only when Oracle is used for the DB server. |
token.dbHost |
sipls.oki.co.jp |
Host name (or IP address) of the database to be connected |
token.dbPort |
{1521, 5432, 3306, 1433} |
Port number of the database to be connected |
token.sqlserver.dbInstance |
sipas |
Instance name of the database (not entered if default instance is used). This setting is valid only when SQLServer is used for the DB server. |
token.dbName |
sipdb |
Database name |
token.dbUser |
sipap |
Database user name |
token.dbPasswd |
passwd |
Database user password |
Settings Related to Demo
Element Name |
Example |
Remarks |
token.sip-demo.dataSource |
locationServer.dataSource |
Data source name for the demo AP |
token.sipDomainName |
oki.co.jp |
String used for the host name portion of SIP URI of the virtual user (e.g., recorder) in a demo such as sip-demo. |
token.useContact |
{true,false} |
Flag to specify whether to resolve the Contact header in location information with 3PCC process. If set to true, the address of the Contact header is resolved, false otherwise. Specify true when linked with NS. |
token.qop |
auth |
The qop value used in authentication of registered user. When linked with NS, the values must be the same. |
token.enableAuth |
{true, false} |
Whether to authenticate the registered user |
token.nonceTimeout |
60 |
nOnce Timeout time (in seconds) |
token.nonceMaxTimes |
3 |
Number of valid times of nOnce |
token.sip-demo.proxyDownstream |
sip:192.168.1.100:5060;transport=udp |
Specifies the value set for downstream parameter of the proxy server running on sip-demo. For information on downstream, see here. |
token.httpUrlBase |
http://foo.oki.com:7001/ |
Specifies the base portion of HTTP URL (Be sure to append / at the end of the URL). This setting is used to generate the HTTP URL displayed when ProxyServlet in sip-demo has failed to perform proxying. |
token.ldap.url |
ldap://ldap.oki.co.jp/o=oki.co.jp |
URL of the LDAP server. Used to search user information in sip-demo. For configuration of LDAP server, see here. |
Last Modified:Mon Jan 10 19:09:04 JST 2005
|
|