diff --git a/documentation/1.9/content/concepts/archive.md b/documentation/1.9/content/concepts/archive.md index 5904ef58d0..c78464be25 100644 --- a/documentation/1.9/content/concepts/archive.md +++ b/documentation/1.9/content/concepts/archive.md @@ -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. diff --git a/installer/src/main/lib/injectors/url.json b/installer/src/main/lib/injectors/url.json index efd6a7e847..9f46211693 100644 --- a/installer/src/main/lib/injectors/url.json +++ b/installer/src/main/lib/injectors/url.json @@ -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": {}, @@ -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": {} }