Thursday, 30 July 2015

Jboss Services Starting

Starting Jboss Services
---------------------------
1. Login to Appserver

2. Go to the /Installation directory/Jboss/jboss-eap-5.1/jboss-as/bin

3. Enter the below command to start the services

nohup ./run.sh -c default -b 0.0.0.0 &

4. Now JBoss is started and to verify the JBoss server open the internet explorer and type the
 URL http://<instance name>.metricstream.com:<CONSOLE_PORT>/ (e.g.:http:// <instance name>.metricstream.com:8080)
 and you should be able to see the JBoss welcome screen

5. To stop  the services ,use the command

./shutdown.sh

OR

Kill -9 <Process ID>


No comments:

Post a Comment