aspose file tools
The moose likes Linux / UNIX and the fly likes How to locate specific process ??? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "How to locate specific process ???" Watch "How to locate specific process ???" New topic
Author

How to locate specific process ???

Ghulam Rashid
Ranch Hand

Joined: Jan 14, 2002
Posts: 278
Hi there,
I need to start a RMI Registry in the background. Once started I need to stop the process, but I am not sure which process ID is for specific RMI Registry that I started, becose I am already running multiple RMI Registry. So, how can I find the UNIX PID for each different program?
Thanks,
Rashid
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513

I can't say without knowing how you're starting the registry. Life can be pretty messy running multiple registries on one system anyway.


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
 
IntelliJ Java IDE
 
subject: How to locate specific process ???
 
Threads others viewed
Finding the running RMI Server object in the quickest way
How do you start an RMI server without having access to the server?
Stop RMI Registry from code
RMI Server becoming unreferenced
Start and Stop RMI Server
developer file tools