You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/1.9/content/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ See the [Release Notes]({{< relref "/release-notes.md" >}}) for recent changes,
18
18
19
19
This documentation includes sections targeted to different audiences. To help you find what you are looking for more easily, please consult this table of contents:
20
20
21
-
22
-
23
-
24
-
21
+
*[Concepts]({{< relref "/concepts/" >}}) explains the underlying metadata model, files, and configurations.
22
+
* The [User guide]({{< relref "/userguide/" >}}) contains detailed usage information, including how to install and configure WebLogic Deploy Tooling, and how to use the tools to .
23
+
* The [Samples]({{< relref "/samples/" >}}) provide detailed example code and instructions that show you how to perform various tasks.
24
+
* The [Developer guide]({{< relref "/developer/" >}}) provides details for people who want to understand how WDT is built, tested, and so on.
This example shows an application with a `SourcePath` value referencing an EAR file resource contained in the archive.
20
20
@@ -29,22 +29,22 @@ appDeployments:
29
29
30
30
The example above shows the attribute `SourcePath` of the `simpleear` application with a value of `wlsdeploy/applications/simpleear.ear`. The prefix `wlsdeploy/` indicates that the resource is located in the archive file in the specified location, and will be deployed to that directory in the domain, in this case `<domain-home>/wlsdeploy/applications/simpleear.ear`.
31
31
32
-
## Archive Structure
32
+
### Archive Structure
33
33
34
34
These are the paths within the archive that are used for different types of resources. Users can create further directory structures underneath these locations to organize the files and directories as they see fit.
35
35
36
-
### `atpwallet`
36
+
#### `atpwallet`
37
37
38
38
The directory where a wallet can be stored for use with Oracle Autonomous Transaction Processing Cloud Database. The file resource name is not specified in the model, and is assumed to be a single ZIP file in the archive at this location.
39
39
40
-
### `model`
40
+
#### `model`
41
41
The directory where the model is optionally located. Only one model file, either in YAML or JSON, is allowed, and it must have the appropriate YAML or JSON file extension.
42
42
43
-
### `opsswallet`
43
+
#### `opsswallet`
44
44
45
45
The directory where a wallet can be stored for use with Oracle Platform Security Services. The file resource name is not specified in the model, and is assumed to be a single ZIP file in the archive at this location.
46
46
47
-
### `wlsdeploy/applications`
47
+
#### `wlsdeploy/applications`
48
48
The root directory under which applications are stored. Applications can be stored in the archive as EAR or WAR files, or expanded* under this folder. A sample expanded WAR application might have these entries:
\* Expanded application directories are supported after WebLogic Deploy Tooling release 1.6.2
58
58
59
-
### `wlsdeploy/classpathLibraries`
59
+
#### `wlsdeploy/classpathLibraries`
60
60
The root directory under which JARs/directories used for server classpaths are stored. Every file resource under this directory is extracted, even those not referenced in the model.
61
61
62
-
### `wlsdeploy/coherence`
62
+
#### `wlsdeploy/coherence`
63
63
The root directory under which empty directories must exist for Coherence persistent stores.
64
64
65
-
### `wlsdeploy/domainBin`
65
+
#### `wlsdeploy/domainBin`
66
66
The root directory under which $DOMAIN_HOME/bin scripts are stored. Only scripts referenced in the `domainInfo/domainBin` section of the model are extracted.
67
67
68
-
### `wlsdeploy/domainLibraries`
68
+
#### `wlsdeploy/domainLibraries`
69
69
The root directory under which `$DOMAIN_HOME/lib` libraries are stored. Only libraries referenced in the `domainInfo/domainLibraries` section of the model are extracted.
70
70
71
-
### `wlsdeploy/nodeManager`
71
+
#### `wlsdeploy/nodeManager`
72
72
The root directory under which node manager file resources, such as keystore files, are stored.
73
73
74
-
### `wlsdeploy/scripts`
74
+
#### `wlsdeploy/scripts`
75
75
The root directory under which scripts are stored. These can include JDBC create scripts, and WLDF action scripts.
76
76
77
-
### `wlsdeploy/servers`
77
+
#### `wlsdeploy/servers`
78
78
The root directory under which server files, such as keystore files, are stored. These are organized by server name, such as `wlsdeploy/server/my-server/mykey.jks`
79
79
80
-
### `wlsdeploy/sharedLibraries`
80
+
#### `wlsdeploy/sharedLibraries`
81
81
The root directory under which shared libraries are stored. These are stored as JAR files within the archive.
82
82
83
-
### `wlsdeploy/stores`
83
+
#### `wlsdeploy/stores`
84
84
The root directory under which empty directories must exist for `FileStore` elements in the model.
85
85
86
-
## Using Multiple Archive Files
86
+
### Using Multiple Archive Files
87
87
88
88
The Create Domain, Update Domain, Deploy Applications, and Validate Model Tools allow the specification of multiple archive files on the command line. For example:
Copy file name to clipboardExpand all lines: documentation/1.9/content/concepts/model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The model is written in YAML (or optionally, JSON). The YAML parser, built into
31
31
32
32
All assignment statements must have one or more spaces between the colon and the value. All comments must have a space after the pound sign (also known as hash) to be considered a comment. YAML doesn't allow comments in all locations. While the YAML parser used by the framework does not try to enforce these restrictions, it is likely that putting comments in some locations may cause parse errors since YAML is a difficult language to parse due to its complex indention rules.
Copy file name to clipboardExpand all lines: documentation/1.9/content/concepts/tool_configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ weight: 4
6
6
---
7
7
8
8
9
-
## Contents
9
+
####Contents
10
10
-[Tool Property File](#tool-property-file)
11
11
-[Model Filters](#model-filters)
12
12
-[Target Environments](config/target_env.md)
@@ -15,7 +15,7 @@ weight: 4
15
15
-[Custom Configuration](#custom-configuration)
16
16
17
17
### Tool Property File
18
-
You can configure or tune WebLogic Deploy Tooling tools using the tool property file. This property file is installed as `<weblogic-deploy>/lib/tool.properties`. You may change the value of any of the properties in this file to tune the WDT tool. Another option is to configure the tool properties in a Custom Configuration directory. Create the `tool.properties` file in the $WDT_CUSTOM_CONFIG directory.
18
+
You can configure or tune WebLogic Deploy Tooling tools using the tool property file. This property file is installed as `<weblogic-deploy>/lib/tool.properties`. You may change the value of any of the properties in this file to tune the WDT tool. Another option is to configure the tool properties in a Custom Configuration directory. Create the `tool.properties` file in the `$WDT_CUSTOM_CONFIG` directory.
19
19
20
20
If a property is removed from the file, or a property value is incorrectly formatted, a `WARNING` message is logged and an internal default value used instead of the missing or bad value.
Copy file name to clipboardExpand all lines: documentation/1.9/content/samples/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ weight = 3
5
5
chapter = true
6
6
pre = "<b>3. </b>"
7
7
+++
8
+
# Samples
8
9
9
10
The samples provide demonstrations of how to accomplish common tasks.
10
11
These samples are provided for educational and demonstration purposes only; they are not intended to be used in production deployments or to be depended upon to create production environments.
0 commit comments