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/4.0/content/_index.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
pre: "<b> </b>"
3
+
hideHeader: true
4
+
---
5
+
1
6
## WebLogic Deploy Tooling
2
7
3
8
WebLogic Deploy Tooling (WDT) makes it easy to stand up WebLogic environments and perform
@@ -33,7 +38,7 @@ WDT provides several single-purpose tools, all exposed as shell scripts (for bot
33
38
* Tokenize a model with variables.
34
39
* Provide information about the folders and attributes that are valid for sections and folders of a domain model.
35
40
36
-
For detailed information, see [WDT Tools]({{< relref "/userguide/tools/" >}}).
41
+
For detailed information, see [WDT Tools]({{% relref "/userguide/tools/" %}}).
37
42
38
43
***
39
44
### Current production release
@@ -43,24 +48,23 @@ WebLogic Deploy Tooling version and release information can be found [here](http
43
48
***
44
49
### Recent changes and known issues
45
50
46
-
See the [Release Notes]({{< relref "/release-notes.md" >}}) for known issues and workarounds.
51
+
See the [Release Notes]({{% relref "/release-notes.md" %}}) for known issues and workarounds.
47
52
48
53
### About this documentation
49
54
50
55
This documentation includes sections targeted to different audiences:
51
56
52
-
*[Concepts]({{< relref "/concepts/" >}}) explains the underlying metadata models and archive files.
53
-
* The [User Guide]({{< relref "/userguide/" >}}) contains detailed usage information, including how to install and configure WebLogic Deploy Tooling, and how to use each tool.
54
-
* The [Samples]({{< relref "/samples/" >}}) provide informative use case scenarios.
55
-
* The [Developer Guide]({{< relref "/developer/" >}}) provides details for people who
57
+
*[Concepts]({{% relref "/concepts/" %}}) explains the underlying metadata models and archive files.
58
+
* The [User Guide]({{% relref "/userguide/" %}}) contains detailed usage information, including how to install and configure WebLogic Deploy Tooling, and how to use each tool.
59
+
* The [Samples]({{% relref "/samples/" %}}) provide informative use case scenarios.
60
+
* The [Developer Guide]({{% relref "/developer/" %}}) provides details for people who
56
61
want to understand how WDT is built, its features mapped and implemented. Those who
57
-
wish to contribute to the WebLogic Deploy Tooling code will find useful information [here]({{< relref "/developer/contribute.md" >}}).
62
+
wish to contribute to the WebLogic Deploy Tooling code will find useful information [here]({{% relref "/developer/contribute.md" %}}).
Copy file name to clipboardExpand all lines: documentation/4.0/content/concepts/archive.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ title: "Archive File"
3
3
date: 2019-02-23T17:19:24-05:00
4
4
draft: false
5
5
weight: 2
6
+
description: "The section that discusses the structure and content of the WDT archive file."
6
7
---
7
8
8
9
@@ -41,7 +42,7 @@ file in the specified location, and will be deployed to that directory in the do
41
42
42
43
These are the paths within the archive that are used for different types of resources. You can create further
43
44
directory structures underneath some of these locations to organize the files and directories as you see fit. The
44
-
[Archive Helper Tool]({{< relref "/userguide/tools/archive_helper.md" >}}) makes it easy to add, update, and remove entries from the archive file.
45
+
[Archive Helper Tool]({{% relref "/userguide/tools/archive_helper.md" %}}) makes it easy to add, update, and remove entries from the archive file.
45
46
46
47
#### Why are there two separate directory structures?
47
48
@@ -79,7 +80,7 @@ This is the root directory where your custom files and directories can be stored
79
80
files are not collected by the Discover Domain Tool. Every file resource under this directory is extracted during
80
81
`createDomain`, `updateDomain`, and `deployApps`.
81
82
82
-
Some custom files may belong in `wlsdeploy/custom`. To determine which location is preferable for your files, see [Why are there two separate directory structures?]({{< relref "#why-are-there-two-separate-directory-structures" >}}).
83
+
Some custom files may belong in `wlsdeploy/custom`. To determine which location is preferable for your files, see [Why are there two separate directory structures?]({{% relref "#why-are-there-two-separate-directory-structures" %}}).
83
84
84
85
This location is particularly useful when handling files that live outside an application; for example, a property
85
86
file used to configure the application. The general steps to make applications that use such files work when
@@ -141,7 +142,7 @@ This is the root directory where your custom files and directories can be stored
141
142
files are not collected by the Discover Domain Tool. Every file resource under this directory is extracted during
142
143
`createDomain`, `updateDomain`, and `deployApps`.
143
144
144
-
Some custom files may belong in `config/wlsdeploy/custom`. To determine which location is preferable for your files, see [Why are there two separate directory structures?]({{< relref "#why-are-there-two-separate-directory-structures" >}}).
145
+
Some custom files may belong in `config/wlsdeploy/custom`. To determine which location is preferable for your files, see [Why are there two separate directory structures?]({{% relref "#why-are-there-two-separate-directory-structures" %}}).
145
146
146
147
#### `wlsdeploy/domainBin`
147
148
The root directory under which `$DOMAIN_HOME/bin` scripts are stored. Only scripts referenced in the
Copy file name to clipboardExpand all lines: documentation/4.0/content/developer/alias-definitions.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
@@ -3,6 +3,7 @@ title: "Alias definitions"
3
3
date: 2019-02-23T17:19:24-05:00
4
4
draft: false
5
5
weight: 3
6
+
description: "How the WDT aliases work."
6
7
---
7
8
8
9
WebLogic Deploy Tool uses a set of JSON configuration files to map folders and attributes in the model to the corresponding WLST MBeans and their attributes. These mappings are referred as 'aliases' throughout the project code and documentation. Each element in the alias definition file has detailed properties that assist in this mapping.
0 commit comments