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:
- In master node, open the
standalone.xml
file fromJBOSSDIR\domain\configuration
, and search for enable-welcome-root="true". - 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.
- Open the standalone.xml file for HTTP.
-
Configure the following connector tag in standalone.xml file.
-
Save the file.
For HTTPS
Configure the following in the standalone.xml file.
- Open the standalone.xml file for HTTPS.
-
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:
-
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: -
Save the file.