










|
|
Home->Support->Knowledge Base
|
|
|
Title: Command to check whether the BBj Services are running
Description: I just installed the BBJ and would like the command to make sure the BBj is running.
Resolution: The command to verfiy the data server is running is:
ps -ef | grep java
there should be a process that includes the word 'mulitserver'
Under linux:
ps -aux | grep java
with the same results as above.
Last Modified: 02/23/2004
Product: BBj
Operating System: UNIX
|
|
|