Stopping the wire listener
You can stop the wire listener by terminating the java process or by using the stop command.
About this task
You can stop the wire listener at any time by terminating the java process that is running the wire listener.
You can also stop the wire listener by running the stop command with the configuration file specified. This stop command only works if authentication.enable=true or authentication.localhost.bypass.enable=true.
To run the
stop command for a MongoDB
listener.
java -jar $INFORMIXDIR/bin/jsonListener.jar -config
$INFORMIXDIR/etc/jsonListener.properties -stop
Important: You must specify the -config argument to stop the wire listener
from the command line.