XAFileSystem configuration for Wildfly ====================================== The following instructions are for Wildfly 10.1.0.FINAL but should also work on earlier or later versions. 1. Download XADisk from [xadisk.java.net]: [http://java.net/projects/xadisk/downloads/download/XADisk%201.2.2%20Everything.zip] 2. Extract the ZIP file 3. Deploy the `XADisk.rar` file found in `binaries` directory of the extracted ZIP file to your Wildfly installation, either by using the administration UI of Wildfly or by copying the file to the `deployments` directory of your Wildfly installation. 4. Create a new resource adapter, either by using the Wildfly administration UI or the editing the configuration file of your Wildfly installation. Configuration of the resource adapter via the Wildfly Administration Console: ![Wildfly Configuration Attributes](screenshots/wildfly_conf_attributes.png) ![Wildfly Configuration Properties](screenshots/wildfly_conf_properties.png) ![Wildfly Connection Definition Attributes](screenshots/wildfly_connectiondef_attributes.png) ![Wildfly Connection Definition Properties](screenshots/wildfly_connectiondef_properties.png) Or if you prefer to edit the XML file add the following configuration in the subsystem section for resource adapters: XADisk.rar XATransaction xadisk1 /path/to/xahome xadisk1 1 5 The name of the instance id can be choosen freely, as the id of the resource adapter. The `xaDiskHome` property must point to an existing directory. This directory is used by XADisk to store various data. The property does *not* limit the paths XADisk can access. 5. Configure the directory where LibreCCM should store its data by setting the `dataPath` property of the `CcmFilesConfiguration`.