...
- Unpack 'conf' folder from archive.
- Select 'Add Unmanaged Deployment' on the Deployment tab.
- Set 'configuration' as a Name
- Specify path to the 'conf' folder into Path into Path field
- Click Enable on configuration
Make sure that folder SqliteLibs located in same root folder with '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
- Select 'Upload Deployment' and specify .ear module from archive
- Optional. Rename .ear module into the 'fej-wildfly'.
- Choose Enabled = 'On' option.
- Verify that the upload is succesfulsuccessful.
- Check errors in the log files.
- FIXEdge/J logs:
- Systems properties "user.dir" poits on log folder (%JBOSS_HOME%\bin) and two main log files fixedgej.log and fixedgej-admin.log.
- There is Log4j2.xml in conf folder for configuration logging and changing log level FIXEdge/J
- WildFly Logs:
- Server log is located in %JBOSS_HOME%\standalone\log\server.log
- FIXEdge/J logs:
...
- Update SQLite library in the 'SqliteLibs' folder
- Select the 'Replace' action on ear link and specify the new version ear module
...
- FIXEdge/J logs:
- Systems properties "user.dir" poits points on log folder (%JBOSS_HOME%\bin) and two main log files fixedgej.log and fixedgej-admin.log.
- There is Log4j2.xml in conf folder for configuration logging and changing log level FIXEdge/J
- WildFly Logs:
- Server log is located in %JBOSS_HOME%\standalone\log\server.log