-
Notifications
You must be signed in to change notification settings - Fork 4
/
DiscoveredDemoDomain.yaml
executable file
·101 lines (101 loc) · 3.85 KB
/
DiscoveredDemoDomain.yaml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
domainInfo:
AdminUserName: '@@PROP:AdminUserName@@'
AdminPassword: '@@PROP:AdminPassword@@'
topology:
Name: onprem_domain
AdminServerName: 'admin-server'
Cluster:
cluster_1:
DynamicServers:
ServerNamePrefix: 'managed-server'
CalculatedListenPorts: false
MachineMatchType: name
MaximumDynamicServerCount: 5
ServerTemplate: 'server-template_1'
DynamicClusterSize: 5
Server:
'admin-server':
ServerTemplate:
'server-template_1':
ListenPort: 8001
Cluster: cluster_1
JTAMigratableTarget:
Cluster: cluster_1
SSL:
ListenPort: 8100
Machine:
machine_1:
SecurityConfiguration:
CredentialEncrypted: '@@PROP:SecurityConfig.CredentialEncrypted@@'
Realm:
myrealm:
Adjudicator:
DefaultAdjudicator:
DefaultAdjudicator:
AuthenticationProvider:
DefaultAuthenticator:
DefaultAuthenticator:
DefaultIdentityAsserter:
DefaultIdentityAsserter:
ActiveType: [ AuthenticatedUser, 'weblogic-jwt-token' ]
Authorizer:
XACMLAuthorizer:
XACMLAuthorizer:
PolicyDeploymentEnabled: true
CertPathProvider:
WebLogicCertPathProvider:
WebLogicCertPathProvider:
CredentialMapper:
DefaultCredentialMapper:
DefaultCredentialMapper:
PasswordValidator:
SystemPasswordValidator:
SystemPasswordValidator:
RoleMapper:
XACMLRoleMapper:
XACMLRoleMapper:
resources:
JDBCSystemResource:
testDatasource:
Target: cluster_1
JdbcResource:
DatasourceType: GENERIC
JDBCConnectionPoolParams:
ConnectionHarvestTriggerCount: -1
StatementCacheSize: 10
InitialCapacity: 0
RemoveInfectedConnections: true
CountOfRefreshFailuresTillDisable: 2
ConnectionCreationRetryFrequencySeconds: 0
MinCapacity: 0
LoginDelaySeconds: 0
TestTableName: SQL ISVALID
TestFrequencySeconds: 120
StatementTimeout: -1
HighestNumWaiters: 2147483647
InactiveConnectionTimeoutSeconds: 0
WrapTypes: true
SecondsToTrustAnIdlePoolConnection: 10
ConnectionReserveTimeoutSeconds: 10
ConnectionHarvestMaxCount: 1
CountOfTestFailuresTillFlush: 2
ShrinkFrequencySeconds: 900
StatementCacheType: LRU
IgnoreInUseConnectionsEnabled: true
MaxCapacity: 15
JDBCDataSourceParams:
GlobalTransactionsProtocol: OnePhaseCommit
JNDIName: jdbc/testDatasource
JDBCDriverParams:
URL: 'jdbc:oracle:thin:@//xxx.xxx.x.xxx:1521/ORCLCDB'
PasswordEncrypted: '@@PROP:JDBC.testDatasource.PasswordEncrypted@@'
DriverName: oracle.jdbc.OracleDriver
Properties:
user:
Value: scott
appDeployments:
Application:
opdemo:
SourcePath: wlsdeploy/applications/opdemo.war
ModuleType: war
Target: 'cluster_1'