Combined Java/WildFly/Expere installation procedure
This topic explains how to install the combined Java/WildFly/Expere installer.
Note: Installation default locations cannot currently be
changed.
-
Before beginning the installation process, review the
Transforms.xmlfile. -
Generate the install by executing the following from a command line:
MsiTransform.exe expere.msi Transforms.xml
AnInstallsfolder is created containing the installer for Java/WildFly/Expere.- By default the
log4j2.xmlfile will place the Expere log files atC:\ProgramData\WKFS\DGS.Note: At this time the only way to change that is to update log4j2.xml after the install has been run. - Java/WildFly/Expere are installed to:
C:\Program Files\WKFS\Expere- The Expere
.EARfile is present atC:\Program Files\WKFS\Expere\wildfly-30.0.1.Final\standalone\deployments\ExpereServices-23.4.0.5403.ear. - A local Windows service named "Wildfly" is created.
- The
bsi.properties,ehcache.xmlandlog4j2.xmlfiles can be located atC:\Program Files\WKFS\Expere\wildfly-30.0.1.Final\standalone\deployments\ExpereServices-23.4.0.5403.ear\lib\config.
- The Expere
-
The installation process occurs silenty; to verify the installation was
successful, verify the following:
- Verify a service called "Wildfly" was created and is running. To verify:
go to
C:\Program Files\WKFS\Expere\wildfly-30.0.1.Final\standalone\deploymentsand verify aC:\Program Files\WKFS\Expere\wildfly-30.0.1.Final\standalone\deployments\ExpereServices-23.4.0.5403.ear.deployedfile is present.Note: if aC:\Program Files\WKFS\Expere\wildfly-30.0.1.Final\standalone\deployments\ExpereServices-23.4.0.5403.ear.failedfile is present, check the contents of that file to see information on why the deployment failed.
- Verify a service called "Wildfly" was created and is running. To verify:
go to
http://localhost:8080/Common/WSEndpoint.Note: By default Expere will only be available on localhost, as shown above. If you need
to access Expere remotely, edit
C:\Program
Files\WKFS\Expere\wildfly-30.0.1.Final\standalone\configuration\standalone.xml
and change jboss.bind.address:127.0.0.1 to
jboss.bind.address:0.0.0.0.