At server console, enter java -show. This will display the Classname and IDs for all the java classes running.
Find the corresponding ID for the class audit.server.SocketServer.
Stop the NAAS server application by entering java -kill command with the ID.
For example, if ID for audit.server.SocketServer is 434, at the server console, enter java -kill434. This will stop the NAAS server.