Sunday, July 3, 2022

Start, Stop and Restart Wildfly

 

Start, Stop and Restart Wildfly

If your memory likes to trick you like mine does, this post is for you. Below are the three most important commands for start, stop and restart Wildfly and JBoss late releases. Also, an extra for starting it in domain mode.

Everything should be done into your <$JBOSS_HOME>/bin folder:

Start

Linux

./standalone.sh &

Windows

standalone.bat

Stop

Linux

./jboss-cli.sh --connect command=:shutdown

Windows

jboss-cli.bat --connect command=:shutdown

Restart

Linux

./jboss-cli.sh --connect command=:reload

Windows

jboss-cli.bat --connect command=:reload

Start in domain mode

Linux

./domain.sh &

Windows

domain.bat

No comments:

Post a Comment

So sánh các GitFlow model và áp dụng với CICD

https://medium.com/oho-software/so-s%C3%A1nh-c%C3%A1c-gitflow-model-v%C3%A0-%C3%A1p-d%E1%BB%A5ng-v%E1%BB%9Bi-cicd-b6581cfc893a