We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd8b06 commit 208a09fCopy full SHA for 208a09f
bw-wf-core-feature-pack/src/main/resources/packages/deploy.scripts/pm/wildfly/resources/bin/bwcommon.conf
@@ -21,6 +21,11 @@
21
22
JAVA_OPTS="$JAVA_OPTS -Dcom.bedework.site.name=bwtest"
23
24
+# ==========================================================
25
+# Needed so basic auth works.
26
27
+JAVA_OPTS="$JAVA_OPTS -Dhawtio.authenticationEnabled=false"
28
+
29
# This removes a warning but must be different for each server in an HA cluster
30
JAVA_OPTS="$JAVA_OPTS -Djboss.tx.node.id=bwtest-01"
31
0 commit comments