Fix typos (#1368)
This commit is contained in:
parent
cbb093203b
commit
03be88ec0a
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ You have packaged the JDBC driver.
|
|||
|
||||
. Declare your JDBC driver by editing one of these files based on your deployment mode:
|
||||
|
||||
* For standard mode, edit _.../standalone/configuration/standalone.xml_.
|
||||
* For standard clustering mode, edit _.../standalone/configuration/standalone-ha.xml_.
|
||||
* For standalone mode, edit _.../standalone/configuration/standalone.xml_.
|
||||
* For standalone clustering mode, edit _.../standalone/configuration/standalone-ha.xml_.
|
||||
* For domain mode, edit _.../domain/configuration/domain.xml_.
|
||||
+
|
||||
In domain mode, make sure you edit the profile you are using: either `auth-server-standalone` or `auth-server-clustered`
|
||||
|
|
Loading…
Reference in a new issue