Show Table of Contents
6.7. System Configuration
In JBoss EAP, to change a Business Central property, such as the configuration for SSH, do the following:
Procedure 6.4. Changing System Properties
- Edit the file
$JBOSS_HOME/domain/configuration/host.xml - Locate the XML elements server that belong to the main-server-group and add the system property. For example:
<system-properties> <property name="org.uberfire.nio.git.dir" value="..." boot-time="false"/> ... </system-properties>
Here is a list of all the available system properties:
org.uberfire.nio.git.dir: Location of the directory .niogit. Default: working directoryorg.uberfire.nio.git.daemon.enabled: Enables/disables GIT daemon. Default: trueorg.uberfire.nio.git.daemon.host: If GIT daemon enabled, uses this property as the localhost identifier. Default: localhostorg.uberfire.nio.git.daemon.port: If GIT daemon is enabled, uses this property as the port number. Default: 9418org.uberfire.nio.git.ssh.enabled: Enables/Disables SSH daemon. Default: trueorg.uberfire.nio.git.ssh.host: If SSH daemon is enabled, uses this property as the localhost identifier. Default: localhostorg.uberfire.nio.git.ssh.port: If SSH daemon is enabled, uses this property as the port number. Default: 8001org.uberfire.nio.git.ssh.cert.dir: Location of the.securitydirectory where local certificates will be stored. Default: working directoryorg.uberfire.metadata.index.dir: Location of the.indexfolder for Lucene. Default: working directoryorg.uberfire.cluster.id: Name of the Helix cluster, for example: kie-clusterorg.uberfire.cluster.zk: Connection string to Zookeeper. This is of the formhost1:port1,host2:port2,host3:port3. For example:localhost:2188.org.uberfire.cluster.local.id: Unique id of the Helix cluster node. Note that ':' is replaced with '_'. For example: node1_12345.org.uberfire.cluster.vfs.lock: Name of the resource defined on the Helix cluster, for example: kie-vfsorg.uberfire.cluster.autostart: Delays VFS clustering until the application is fully initialized to avoid conflicts when all cluster members create local clones. Default: falseorg.uberfire.sys.repo.monitor.disabled: Disable configuration monitor (do not disable unless you know what you're doing). Default: falseorg.uberfire.secure.key: Secret password used by password encryption. Default: org.uberfire.adminorg.uberfire.secure.alg: Crypto algorithm used by password encryption. Default: PBEWithMD5AndDESorg.guvnor.m2repo.dir: Place where Maven repository folder will be stored. Default: working-directory/repositories/kieorg.kie.example.repositories: Folder from where demo repositories will be cloned. The demo repositories need to have been obtained and placed in this folder. This system property takes precedence over org.kie.demo and org.kie.example properties. Default: Not used.org.kie.demo: Enables external clone of a demo application from GitHub. This system property takes precedence over org.kie.example. Default: true.org.kie.example: Enables example structure composed by Repository, Organization Unit and Project. Default: false

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.