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: docs/product-assembly_packaging-deploying/src/main/asciidoc/kieserver-configure-central-proc.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ Save the file in a known location, for example, `/opt/maven/settings.xml` .
59
59
+
60
60
** *org.kie.server.controller.pwd*: password for the account.
61
61
+
62
-
** *org.kie.server.controller*: the URL for connecting to the API of the {CENTRAL}. Normally, it is http://centralhost:centralport/decision-central/rest/controller , where _centralhost_ and _centralport_ are the host name and port for the {CENTRAL}. If the {CENTRAL} is deployed on OpenShift, remove `decision-central/` from the URL.
62
+
** *org.kie.server.controller*: the URL for connecting to the API of the {CENTRAL}. Normally, it is `\http://<centralhost>:<centralport>/decision-central/rest/controller` , where _<centralhost>_ and _<centralport>_ are the host name and port for the {CENTRAL}. If the {CENTRAL} is deployed on OpenShift, remove `decision-central/` from the URL.
63
63
+
64
-
** *org.kie.server.location*: the URL for connecting to the API of the {KIE_SERVER}. Normally, it is http://serverhost:serverport/kie-server/services/rest/server , where _serverhost_ and _serverport_ are the host name and port for the {KIE_SERVER}.
64
+
** *org.kie.server.location*: the URL for connecting to the API of the {KIE_SERVER}. Normally, it is `\http://<serverhost>:<serverport>/kie-server/services/rest/server` , where _<serverhost>_ and _<serverport>_ are the host name and port for the {KIE_SERVER}.
65
65
+
66
66
** *org.kie.server.id*: the name of a server template. If this server template does not exist on the {CENTRAL}, it is created automatically when the {KIE_SERVER} connects to the {CENTRAL}.
0 commit comments