Deploy on WildFly - assure_dq - 10.1.0

Assure DQ Server Installation

Product type
Software
Portfolio
Verify
Product family
Assure
Product
Assure DQ
Version
10.1.0
ft:locale
en-US
Product name
Assure DQ, ER, Insight and Perceive
ft:title
Assure DQ Server Installation
Copyright
2025
First publish date
2005
ft:lastEdition
2025-11-28
ft:lastPublication
2025-11-28T07:35:54.959000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Infogix
L4_Investment_Segment
Legacy Infogix DQ
L5_Product_Group
Legacy Infogix DQ
L6_Product_Name
Product Feature
Assure DQ
This section describes the steps to deploy your application on a WildFly server. The instructions are specific to an embedded WildFly instance.
Tip: To deploy to a WildFly cluster, see WildFly Clustered Deployment.

Deploy and start the application

Complete the following steps to deploy and start your application:
  1. From <install_folder>/Infogix/bin, execute the deploy script to deploy the product.

    For Windows:

    deploy.bat -c <myConfigName> <product>
    For UNIX or Linux:
    ./deploy.sh -c <myConfigName> <product>

    The <myConfigName> parameter is the name of your configuration, and <product> is the parameter for your application:

    • For Assure DQ, specify IA.
    • For ER, specify ER.
    • For Insight, specify II.
    • For Perceive, specify IV.
    Attention: Product parameters are case-sensitive.
  2. Open <install_folder>/Infogix/logs/default/<product> and review deploy.log to verify that there were no errors.

    You can configure WildFly to run as a service by completing the steps below. The WildFly service is available only for Windows installations.

Install WildFly as a Windows service

Restriction: WildFly service is available only for Windows. To run WildFly as a service for multiple configurations, see “Multiple WildFly Services”.

To install and start the service, complete the following steps:

  1. Locate the appropriate service.bat file for your environment in <install_folder>/WildFly/bin.
  2. Run the command prompt as an administrator, and enter the following command:
    service<myConfigName>.bat install

    where <myConfigName> is the name of your configuration. For example:

    serviceigx.bat install

    where igx is the name of the configuration if you used the default configuration. Or,

    serviceIA.bat install

    where IA is the name of your configuration.

  3. You will see a message that the service installed successfully. Windows Control Panel > Administrative Tools > Services

    From the Services list, select the WildFly service for your application and change its manual or automatic startup properties, as needed.

  4. Start the service.
    Note: The service executes start-WildFly.bat, using the same JVM™ and Java Options as the command line invocation of WildFly.
  5. Review server.log in <install_folder>/Infogix/WildFly/server/<myConfigName>/log to confirm that the server started successfully.
  6. If you need to uninstall the WildFly service in the future, enter the following command at the command prompt:
    service<myConfigName>.bat uninstall

    where <myConfigName> is the name of your configuration.

    For example:

    serviceigx.bat uninstall

    where igx is the name of the configuration if you used the default configuration. Or,

    serviceIA.bat uninstall

    where IA is the name of your configuration.

Note: If you have multiple configurations and plan to run each configuration as a service, see “Multiple WildFly Services”.

To complete the post-deployment tasks for your application, proceed to “Post-deployment Tasks.”

“Advanced Deployment,” and “Product Integration,” provide instructions for advanced deployment scenarios and product integration. Refer to these chapters, as applicable.