Chris Melas [http://community.jboss.org/people/melc] created the discussion

"Re: How do I identify pids of jBPM 5.1 task service and jBoss AS on (RedHat) 
Linux system"

To view the discussion, visit: http://community.jboss.org/message/640890#640890

--------------------------------------------------------------
Hi
ps aux | grep java 
or 
ps aux | grep jboss
or 
ps aux | grep ant

Probably all of the above will show you the process of jboss AS and the pid of 
the java process running the task service. If you have embedded the task 
service in jboss then the above commands will only show you the process of 
jboss AS
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/640890#640890]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to