Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Deployment

Package

...

The package consists of:

  1. conf - configuration of the FIXEdge/J
  2. SqliteLibs - SQLite library files
  3. ear module of the FIXEdge/J

Configuration deployment

  1. Unpack the 'conf' folder from the archive.
  2. Select 'Add Unmanaged Deployment' on the Deployment tab.
    Image RemovedImage Added
  3. Set 'configuration' as a Namename
  4. Specify the path to the 'conf' folder into Path in the Path field.
    Image RemovedImage Added
  5. Click Enable on configuration configuration.
    Image RemovedImage Added
  6. Make Make sure that folder SqliteLibs located the 'SqliteLibs' folder is located in same root folder with the 'conf' folder.

Configuration deployment using CLI command

Also By using cli the CLI command, you can create unmanaged deployment for . For example
, copy the configuration (conf) folder conf into %JBOSS_HOME% and execute follow the following commands:
-cd %JBOSS_HOME%/bin 
-jboss-cli.bat --connect --command="deploy --unmanaged ../conf --name=configuration --force"

FIXEdge/J package deployment

  1. Select 'Upload Deployment' and specify the .ear module from the archive.
    Image RemovedImage Added
  2. Optional. Rename the .ear module into the as 'fej-wildfly'.
  3. Choose Enabled = 'On' option.
    Image RemovedImage Added
  4. Verify that the upload is succesfulsuccessful.
    Image RemovedImage Added
  5. Check errors in the log files.
    1. FIXEdge/J logs: 
      1. Systems properties "user.dir" poits points on log folder (%JBOSS_HOME%\bin) and two main log files fixedgej.log and fixedgej-admin.log.
      2. There is Log4j2.xml in conf folder for configuration logging and changing log level FIXEdge/J
    2. WildFly Logs:
      1. Server log is located in  %JBOSS_HOME%\standalone\log\server.log

...

Replace deployed FIXEdge/J package

  1. Update SQLite Update the SQLite library in the 'SqliteLibs' folder.
  2. Select the 'Replace' action on the .ear link and specify the new version of the .ear module.
    Image Removed
  3. Image Added

 Update Configuration

1. Disable the .ear module:

Image RemovedImage Added

2. Update the configuration files in the configuration folder.

3. Run the cmd command : service wildfly restart.

4. Enable the .ear module.

Image RemovedImage Added

5. Check errors in the log files:.

  1. FIXEdge/J logs: 
    1. Systems properties "user.dir" poits points on log folder (%JBOSS_HOME%\bin) and two main log files fixedgej.log and fixedgej-admin.log.
    2. There is Log4j2.xml in the conf folder for configuration logging and changing log level FIXEdge/J
  2. WildFly Logs:
    1. Server log is located in  %JBOSS_HOME%\standalone\log\server.log