I built a client server application using an IDL file for client server communication across the network. Both the client and server programs are in java. When the user enters exit, both the server and the client exit. However I'm unable to kill the nameserver process. I started the nameserver using the command
tnameserv -ORBInitialPort 1050
How can I kill the nameserver in the client or server programs( which are in java)?