-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
- Start CLI .$EAP_HOME/bin/jboss-cli.sh
- Use a configuration file outside of the $EAP_HOME/standalone/configuration e.g. appclient.xml: embed-server -c=../../appclient/configuration/appclient.xml
-
User Experience
When using embedded server configuration file outside of the directory $EAP_HOME/standalone/configuration error message occurs:
Cannot start embedded server: WFLYEMB0022: Cannot invoke 'start' on embedded process: WFLYCTL0214: Could not get main file: ../../appclient/configuration/appclient.xml. Specified
files must be relative to the configuration dir:
Especially the second part of the message starting "Specified
files must be relative to the configuration dir" is misleading for the user as the relative path was provided by -c=../../appclient/configuration/appclient.xml. In other words it could be great to mention that configuration dir could be set by the property jboss.server.config.dir during jboss-cli start.
- is cloned by
-
JBEAP-23616 [QE](7.4.z) WFCORE-5927 - Misleading message for embedded server configuration file
- Closed