views:

95

answers:

3

How to check whether all the jboss services are running or not in unix ?

A: 

Use JMX or JConsole.

thelost
Actually my issue is ,our application is deployed on jboos As 4.0x, we face some issues in jboss logging.. whenever the server isrestarted,jboss stops logging , and there is no update in server.log. After that it is not updating the log file.then we do touch cmd on log4j.xml, so that it creates the log files again.Please help me in fixing the issue we cant do touch everytine.we face this issue in both the nodes.thanks, balaji
balaji
A: 

Check is your port 8080 taken, or ps -aux | grep jboss if doesn't display anything its not running, if yes you should see the instance of jboss and it should have its PID(process ID) and you'll be able to kill it, if you don't need it to be running

c0mrade
Actually my issue is ,our application is deployed on jboos As 4.0x, we face some issues in jboss logging.. whenever the server isrestarted,jboss stops logging , and there is no update in server.log. After that it is not updating the log file.then we do touch cmd on log4j.xml, so that it creates the log files again.Please help me in fixing the issue we cant do touch everytine.we face this issue in both the nodes.thanks, balaji
balaji
A: 

Analyse the jboss log file.

The Machine
our application is deployed on jboos As 4.0x, we face some issues in jboss logging.. whenever the server isrestarted,jboss stops logging , and there is no update in server.log. After that it is not updating the log file.then we do touch cmd on log4j.xml, so that it creates the log files again.Please help me in fixing the issue we cant do touch everytine.we face this issue in both the nodes.thanks, balaji
balaji
our application is deployed on jboos As 4.0x, we face some issues in jboss logging.. whenever the server is restarted, jboss stops logging , and there is no update in server.log. After that it is not updating the log file. then we do touch cmd on log4j.xml, so that it creates the log files again. Please help me in fixing the issue we cant do touch everytine. we face this issue in both the nodes. thanks, balaji
balaji