Skip to content

Configure Connectors - JBoss

How to Configure enable-welcome-root Value - JBoss

After you set up Volt MX Foundry, to access the Volt MX Foundry console successfully, set the enable-welcome-root value to false in the domain.xml file in your JBoss.

To configure enable-welcome-root value in the standalone.xml file, follow these steps:

  1. In master node, open the standalone.xml file from JBOSSDIR\domain\configuration, and search for enable-welcome-root="true".
  2. Replace enable-welcome-root="true" with enable-welcome-root="false".
    You can access Volt MX Foundry Console now.

How to Configure Connector - JBoss

For importing an app to Volt MX Foundry Console properly, you must have set the enough value for the max-post-size in the standalone.xml file. To configure the max-post-size, follow these steps:

For HTTP

Configure the following in the standalone.xml file.

  1. Open the standalone.xml file for HTTP.
  2. Configure the following connector tag in standalone.xml file.


  3. Save the file.

For HTTPS

Configure the following in the standalone.xml file.

  1. Open the standalone.xml file for HTTPS.
  2. Configure the following connector tag in the standalone.xml file.



    The following attributes in the connector tag need to be configured with values - for example:

    • port="1021"
    • password="password"
    • certificate-key-file="path for the .jks file"
    • Configure the following management connector tag under the <management><security-realms> tag:

  3. Configure the following HTTPs post size tag under the <subsystem xmlns="urn:jboss:domain:undertow:3.1"> <buffer-cache name="default"/><server name="default-server"> tag:

  4. Save the file.