-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
43 lines (43 loc) · 1.2 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"node": {
"name": "precise64Node01",
"j2c": {
"name": "db2inst1",
"username": "db2inst1",
"password": "p@ssw0rd"
},
"jdbc": {
"name": "DB2JDBCProvider",
"classpath": "${DB2UNIVERSAL_JDBC_DRIVER_PATH}/db2jcc.jar",
"implementationClassName": "com.ibm.db2.jcc.DB2ConnectionPoolDataSource",
"description": "description",
"dataSource": {
"name": "userDataSource",
"jndiName": "jdbc/ics/userdataDB",
"j2c": "precise64Node01/db2inst1",
"mapping": "DefaultPrincipalMapping",
"driverType": 4,
"databaseName": "ODS",
"serverName": "localhost",
"portNumber": "50000"
}
},
"server": {
"name": "server2",
"application": {
"ear": "/vagrant/iwa-usermanagement-server-ear-13.4.0.1-SNAPSHOT.ear",
"host": "default_host",
"resource": {
"reference": "jdbc/ics/userdataDB",
"type": "javax.sql.DataSource",
"jndiName": "jdbc/ics/userdataDB",
"j2c": "'precise64Node01/db2inst1'"
}
}
},
"variable": {
"name": "DB2UNIVERSAL_JDBC_DRIVER_PATH",
"value": "/opt/ibm/websphere/appserver/lib"
}
}
}