Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.0.x] ISPN-12599 server home and root properties #8957

Merged
merged 1 commit into from
Jan 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif::productized[]

== Server Root Directory

Apart from resources in the `docs` folder, the only folder under `{server_home}` that you should interact with is the server root directory, which is named `server` by default.
Apart from resources in the `bin` and `docs` folders, the only folder under `{server_home}` that you should interact with is the server root directory, which is named `server` by default.

You can create multiple nodes under the same `{server_home}` directory or in different directories, but each {brandname} Server instance must have its own server root directory.
For example, a cluster of 5 nodes could have the following server root directories on the filesystem:
Expand Down
4 changes: 2 additions & 2 deletions server/runtime/src/main/server/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Create a username and password with the CLI as follows:

== Server home directory

${infinispan.brand.name} Server uses the `infinispan.server.home` path to locate the contents of the server distribution on the host filesystem.
${infinispan.brand.name} Server uses `infinispan.server.home.path` to locate the contents of the server distribution on the host filesystem.

The server home directory, referred to as `<SERVER_HOME>`, contains the following folders:

Expand Down Expand Up @@ -199,7 +199,7 @@ Do not place custom `JAR` files in this folder.

== Server root directory

${infinispan.brand.name} Server uses the `infinispan.server.root` path to locate configuration files and data for ${infinispan.brand.name} Server instances.
${infinispan.brand.name} Server uses `infinispan.server.root.path` to locate configuration files and data for ${infinispan.brand.name} Server instances.

You can create multiple server root folders in the same directory or in different directories and then specify the locations with the `-s` or `--server-root` argument, as in the following example:

Expand Down