WildFly Standard Paths: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* [[WildFly Paths#WildFly_Standard_Paths|WildFly Paths]] | * [[WildFly Paths#WildFly_Standard_Paths|WildFly Paths]] | ||
=java.ext.dirs= | =Overriding Standard Paths= | ||
=Standard Paths= | |||
==java.ext.dirs== | |||
The Java development kit extension directory paths. | The Java development kit extension directory paths. | ||
=jboss.home.dir= | ==jboss.home.dir== | ||
The root directory of the WildFly instance. | The root directory of the WildFly instance. | ||
=user.home= | ==user.home== | ||
The user home directory. | The user home directory. | ||
=user.dir= | ==user.dir== | ||
The user's current working directory. | The user's current working directory. | ||
=java.home= | ==java.home== | ||
The Java installation directory. | The Java installation directory. | ||
=jboss.server.base.dir= | ==jboss.server.base.dir== | ||
The root directory for an individual server instance. | The root directory for an individual server instance. | ||
=jboss.server.data.dir= | ==jboss.server.data.dir== | ||
The directory the server will use for persistent data file storage. | The directory the server will use for persistent data file storage. | ||
=jboss.server.config.dir= | ==jboss.server.config.dir== | ||
The directory that contains the server configuration. | The directory that contains the server configuration. | ||
=jboss.server.log.dir= | ==jboss.server.log.dir== | ||
The directory the server will use for log file storage. | The directory the server will use for log file storage. | ||
=jboss.server.temp.dir= | ==jboss.server.temp.dir== | ||
The directory the server will use for temporary file storage. | The directory the server will use for temporary file storage. | ||
=jboss.server.deploy.dir= | ==jboss.server.deploy.dir== | ||
The directory that the server will use for storing deployed content. | The directory that the server will use for storing deployed content. | ||
=jboss.controller.temp.dir= | ==jboss.controller.temp.dir== | ||
The directory the host controller will use for temporary file storage. | The directory the host controller will use for temporary file storage. | ||
=jboss.domain.base.dir= | ==jboss.domain.base.dir== | ||
The base directory for domain content. | The base directory for domain content. | ||
=jboss.domain.config.dir= | ==jboss.domain.config.dir== | ||
The directory that contains the domain configuration. | The directory that contains the domain configuration. | ||
=jboss.domain.data.dir= | ==jboss.domain.data.dir== | ||
The directory that the domain will use for persistent data file storage. | The directory that the domain will use for persistent data file storage. | ||
=jboss.domain.log.dir= | ==jboss.domain.log.dir== | ||
The directory that the domain will use for persistent log file storage. | The directory that the domain will use for persistent log file storage. | ||
=jboss.domain.temp.dir= | ==jboss.domain.temp.dir== | ||
The directory that the domain will use for temporary file storage. | The directory that the domain will use for temporary file storage. | ||
=jboss.domain.deployment.dir= | ==jboss.domain.deployment.dir== | ||
The directory that the domain will use for storing deployed content. | The directory that the domain will use for storing deployed content. | ||
=jboss.domain.servers.dir= | ==jboss.domain.servers.dir== | ||
The directory that the domain will use for storing outputs of the managed domain instances. | The directory that the domain will use for storing outputs of the managed domain instances. |
Revision as of 06:32, 28 February 2016
Internal
Overriding Standard Paths
Standard Paths
java.ext.dirs
The Java development kit extension directory paths.
jboss.home.dir
The root directory of the WildFly instance.
user.home
The user home directory.
user.dir
The user's current working directory.
java.home
The Java installation directory.
jboss.server.base.dir
The root directory for an individual server instance.
jboss.server.data.dir
The directory the server will use for persistent data file storage.
jboss.server.config.dir
The directory that contains the server configuration.
jboss.server.log.dir
The directory the server will use for log file storage.
jboss.server.temp.dir
The directory the server will use for temporary file storage.
jboss.server.deploy.dir
The directory that the server will use for storing deployed content.
jboss.controller.temp.dir
The directory the host controller will use for temporary file storage.
jboss.domain.base.dir
The base directory for domain content.
jboss.domain.config.dir
The directory that contains the domain configuration.
jboss.domain.data.dir
The directory that the domain will use for persistent data file storage.
jboss.domain.log.dir
The directory that the domain will use for persistent log file storage.
jboss.domain.temp.dir
The directory that the domain will use for temporary file storage.
jboss.domain.deployment.dir
The directory that the domain will use for storing deployed content.
jboss.domain.servers.dir
The directory that the domain will use for storing outputs of the managed domain instances.