Friday, January 19, 2018

START AND STOP WILDFLY USING TERMINAL



START AND STOP WILDFLY USING TERMINAL

To start Wildfly:
$ ./standalone.sh
To stop Wildfly:
$ ./jboss-cli.sh --connect command=:shutdown

Fixing yum command on linux

You may find yourself having to fix more packages. So you can just remove everything you had installed via  pip and reinstall everythin...