SRIDHAR LUKKA

Linux Commands for Tester

Posted in QTP by Sridhar Lukka on May 13, 2011

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

Follow

Get every new post delivered to your Inbox.