12 | Le site fonctionne. Ne pas oublier de personaliser cette page avec votre propre contenu. 3 manières de faire : 13 |
14 |22 | The site is working. Don't forget to customize this homepage with your own. You typically have 3 choices : 23 |
24 |Created with from Oracle
2 | 
3 | 4 | 5 | -------------------------------------------------------------------------------- /documentation/site/themes/hugo-theme-learn/layouts/partials/meta.html: -------------------------------------------------------------------------------- 1 | 2 | {{ with .Site.Params.author }}{{ end }} 3 | -------------------------------------------------------------------------------- /documentation/site/themes/hugo-theme-learn/layouts/partials/search.html: -------------------------------------------------------------------------------- 1 |This is the simple application.
8 | 9 | 10 | -------------------------------------------------------------------------------- /tests/src/test/resources/wdt/simple-topology.yaml: -------------------------------------------------------------------------------- 1 | domainInfo: 2 | AdminUserName: weblogic 3 | AdminPassword: welcome1 4 | ServerStartMode: '@@PROP:SERVER_START_MODE@@' 5 | topology: 6 | Name: '@@PROP:DOMAIN_NAME@@' 7 | AdminServerName: '@@PROP:ADMIN_NAME@@' 8 | ProductionModeEnabled: '@@PROP:PRODUCTION_MODE_ENABLED@@' 9 | Cluster: 10 | '@@PROP:CLUSTER_NAME@@': 11 | ClientCertProxyEnabled: true 12 | DynamicServers: 13 | ServerTemplate: template1 14 | CalculatedListenPorts: false 15 | ServerNamePrefix: '@@PROP:MANAGED_SERVER_NAME_BASE@@' 16 | DynamicClusterSize: '@@PROP:CONFIGURED_MANAGED_SERVER_COUNT@@' 17 | MaxDynamicClusterSize: '@@PROP:CONFIGURED_MANAGED_SERVER_COUNT@@' 18 | Server: 19 | '@@PROP:ADMIN_NAME@@': 20 | ListenPort: '@@PROP:ADMIN_PORT@@' 21 | NetworkAccessPoint: 22 | T3Channel: 23 | ListenAddress: None 24 | ListenPort: '@@PROP:T3_CHANNEL_PORT@@' 25 | PublicAddress: '@@PROP:T3_PUBLIC_ADDRESS@@' 26 | PublicPort: '@@PROP:T3_CHANNEL_PORT@@' 27 | ServerTemplate: 28 | template1: 29 | ListenPort: '@@PROP:MANAGED_SERVER_PORT@@' 30 | appDeployments: 31 | Application: 32 | # Quote needed because of hyphen in string 33 | 'simple-app': 34 | SourcePath: 'wlsdeploy/applications/simple-app.war' 35 | Target: '@@PROP:CLUSTER_NAME@@' 36 | ModuleType: war 37 | StagingMode: nostage 38 | PlanStagingMode: nostage 39 | -------------------------------------------------------------------------------- /tests/src/test/resources/wdt/simple-topology1.yaml: -------------------------------------------------------------------------------- 1 | domainInfo: 2 | AdminUserName: weblogic 3 | AdminPassword: welcome1 4 | ServerStartMode: prod 5 | RCUDbInfo: 6 | rcu_prefix: wdt1 7 | rcu_schema_password: Oradoc_db1 8 | rcu_admin_password: Oradoc_db1 9 | rcu_db_conn_string: '%DB_HOST%:1521/InfraPDB1.us.oracle.com' 10 | topology: 11 | Name: domain1 12 | AdminServerName: 'admin-server' 13 | ProductionModeEnabled: true 14 | Cluster: 15 | cluster1: 16 | ClientCertProxyEnabled: true 17 | DynamicServers: 18 | ServerTemplate: template1 19 | CalculatedListenPorts: false 20 | ServerNamePrefix: 'ms-' 21 | DynamicClusterSize: 2 22 | MaxDynamicClusterSize: 2 23 | Server: 24 | 'admin-server': 25 | ListenPort: 7001 26 | NetworkAccessPoint: 27 | T3Channel: 28 | ListenAddress: None 29 | ListenPort: 30012 30 | PublicAddress: kubernetes 31 | PublicPort: 30012 32 | ServerTemplate: 33 | template1: 34 | ListenPort: 8001 35 | appDeployments: 36 | Application: 37 | # Quote needed because of hyphen in string 38 | 'simple-app': 39 | SourcePath: 'wlsdeploy/applications/simple-app.war' 40 | Target: cluster1 41 | ModuleType: war 42 | StagingMode: nostage 43 | PlanStagingMode: nostage 44 | -------------------------------------------------------------------------------- /tests/src/test/resources/wdt/simple-topology2.yaml: -------------------------------------------------------------------------------- 1 | domainInfo: 2 | AdminUserName: weblogic 3 | AdminPassword: welcome1 4 | ServerStartMode: prod 5 | topology: 6 | Name: domain1 7 | AdminServerName: 'admin-server' 8 | ProductionModeEnabled: true 9 | Cluster: 10 | cluster1: 11 | ClientCertProxyEnabled: true 12 | DynamicServers: 13 | ServerTemplate: template2 14 | CalculatedListenPorts: false 15 | ServerNamePrefix: 'ms-' 16 | DynamicClusterSize: 2 17 | MaxDynamicClusterSize: 2 18 | Server: 19 | 'admin-server': 20 | ListenPort: 7001 21 | NetworkAccessPoint: 22 | T3Channel: 23 | ListenAddress: None 24 | ListenPort: 30012 25 | PublicAddress: kubernetes 26 | PublicPort: 30012 27 | ServerTemplate: 28 | template2: 29 | ListenPort: 9001 30 | -------------------------------------------------------------------------------- /wit.wptg: -------------------------------------------------------------------------------- 1 | Languages: Std_Admin 2 | 3 | imagetool/src/main/resources 4 | ImageTool%j.properties FileType: Javaproperties 5 | --------------------------------------------------------------------------------