WildFly Standard Paths: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * WildFly Paths")
 
No edit summary
Line 2: Line 2:


* [[WildFly Paths#WildFly_Standard_Paths|WildFly Paths]]
* [[WildFly Paths#WildFly_Standard_Paths|WildFly 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.

Revision as of 06:30, 28 February 2016

Internal

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.