Skip to content

Commit 78b87a8

Browse files
author
Tom Barnes
authored
minor doc update (#2414)
* Update external-clients.md
1 parent 1ff8cf1 commit 78b87a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

documentation/staging/content/faq/external-clients.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ is hosted outside of the Kubernetes cluster, then:
148148
This can significantly speedup connection creation for EJB and JMS clients.
149149
See [Configuring WebLogic Server affinity load balancing algorithms](#configuring-weblogic-server-affinity-load-balancing-algorithms).
150150

151+
- __JTA NOTE__: The operator does not directly support external WebLogic JTA access
152+
to a Kubernetes hosted WebLogic cluster. This is because external JTA access
153+
requires each server in a cluster to be individually addressable,
154+
but this conflicts with the current operator requirement that
155+
a network channel in a cluster have the same port across all servers in the cluster.
156+
If this is a requirement, then contact the WebLogic Kubernetes Operator team for potential solutions.
157+
151158
If a WebLogic EJB or JMS resource is hosted outside of
152159
a Kubernetes cluster, and the EJB or JMS applications
153160
that call the resource are located within the cluster, then:
@@ -164,6 +171,11 @@ that call the resource are located within the cluster, then:
164171
This can significantly speedup tunneling connection creation for EJB and JMS clients.
165172
See [Configuring WebLogic Server affinity load balancing algorithms](#configuring-weblogic-server-affinity-load-balancing-algorithms).
166173

174+
- __JTA NOTE__: WebLogic does not directly support JTA access to a cluster that is exposed
175+
using a single port. This is because external JTA requires each server in a cluster
176+
to be individually addressable.
177+
If this is a requirement, then contact the WebLogic Kubernetes Operator team for potential solutions.
178+
167179
{{% notice note %}}
168180
All DNS addresses must be 'DNS-1123' compliant;
169181
this means that any DNS names created using the name of a service,

0 commit comments

Comments
 (0)