Servigistics InService Customization > InService Development Environment > E3C Files Overview > Customizing E3C files > standalone-full.xml
  
standalone-full.xml
This is the main WildFly configuration file. The Servigistics InService installer configures this file to connect with LDAP and properties related to datasources and database credentials. All password information in this file is encrypted.
The DataSource thread pool can be configured using this file. (Edit <subsystem xmlns="urn:jboss:domain:datasources:2.*”) .A server restart is needed to reflect any change in this file.
In order to enable wildfly specific logging admin can change logging priorities and server will start generating additional logs in server.log file resides in sw/System/WildFly/standalone/log/server.log.(Edit <subsystem xmlns="urn:jboss:domain:logging:2.*">)
If after installation you need to change passwords for database schema, you can generate encrypted password string using scripts present in SW directory (PasswordEncryptionUtility.sh/bat).
Add those encrypted string to <subsystem xmlns="urn:jboss:domain:security:1.*">