Restarting the JBOSS Server
Navigate the — Jboss Folder
go to Bin directory
cd …/jboss/bin
and once it is bin
bin $ sudo -E ./run.sh -b(ip address).
example:
bin $ sudo -E ./run.sh -b10.2.0.70
To search a particular Process
ps – ef |grep Jboss
then
kill that specific process
example :
kill -9 23645
Advertisement