Skip to content

Wdt 569 jolt wtc url injectors #998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions documentation/1.9/content/concepts/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ The root directory under which JARs/directories used for server classpaths are s
#### `wlsdeploy/coherence`
The root directory under which empty directories must exist for Coherence persistent stores.

#### `wlsdeploy/custom`
This is the root directory where your custom files can be stored in and extracted from the archive. These files are not collected by the Discover tool. Every file resource under this directory is extracted.

#### `wlsdeploy/domainBin`
The root directory under which `$DOMAIN_HOME/bin` scripts are stored. Only scripts referenced in the `domainInfo/domainBin` section of the model are extracted.

Expand Down
6 changes: 5 additions & 1 deletion installer/src/main/lib/injectors/url.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"JMSBridgeDestination.ConnectionURL": {},
"JMSSystemResource.JmsResource.ForeignServer.ConnectionURL": {},
"JMSSystemResource.JmsResource.SAFRemoteContext.SAFLoginContext.LoginURL": {},
"JoltConnectionPool.PrimaryAddress": {},
"JoltConnectionPool.FailoverAddress": {},
"Partition.ForeignJndiProviderOverride.ProviderUrl": {},
"SecurityConfiguration.CertRevoc.CertRevocCa.CrlDpUrl": {},
"SecurityConfiguration.CertRevoc.CertRevocCa.OcspResponderUrl": {},
Expand All @@ -20,5 +22,7 @@
"ServerTemplate.SingleSignOnServices.LoginUrl": {},
"ServerTemplate.SingleSignOnServices.OrganizationUrl": {},
"ServerTemplate.SingleSignOnServices.PublishedSiteUrl": {},
"WLDFSystemResource.WLDFResource.WatchNotification.RestNotification.EndpointUrl": {}
"WLDFSystemResource.WLDFResource.WatchNotification.RestNotification.EndpointUrl": {},
"WTCServer.WTCLocalTuxDom.NWAddr": {},
"WTCServer.WTCRemoteTuxDom.NWAddr": {}
}