Deploying Adapters on the X4 Server
To integrate the complete adapter package into the X4 Server configuration, you need to provide the compiled adapter classes and any required external libraries in the application server as a Java archive (.jar
file).
The example project from the ADK package already includes the corresponding Maven build that creates the JAR file and descriptors in the expected directory structure.
Note:
The adapter project and the supplied adapter module cannot be used simultaneously on the same X4 Server.
How to deploy an adapter to the X4 Server
Unzip the generated ZIP file in the
<server_directory>\wildfly\modules
folder.Add a reference to the adapter's own module to the
module.xml
file in the<server_directory>\wildfly\modules\en\softproject\plugins\main
folder.Restart the X4 Server.
The adapter can now be selected from the adapter list and used in X4 processes the next time you connect the X4 Designer with the X4 Server.