Re: [Mosquitto-users] Sending reload signals from java

2012-12-04 Thread saurabh patil
I am adding and removing some user credentials in password file at run time. I want mosquitto to reload the configuration file after adding a particular number of users to the password file. If I understand correctly reloading mosquitto configuration file will also reload password file. Please corr

Re: [Mosquitto-users] Sending reload signals from java

2012-12-04 Thread Sharon Ben Asher
Hi Saurabh, I am interested in the same request (for the same purpose - reload the configuration and ACL file) However, I am only interested in Linux so I guess my job is pretty straightforward - invoke kill command from Java. I think there is a real problem on Windows (regardless of mosquitto),

Re: [Mosquitto-users] Sending reload signals from java

2012-12-04 Thread Josh Hawley
Wouldn't the proper way to fix this be to create a way to programmatically manage users without reloading? Josh Hawley Hawley Hosting jhaw...@hawleyhosting.com From: mosquitto-users-bounces+jhawley=hawleyhosting@lists.launchpad.net [mailto:mosquitto-users-bounces+jhawley=hawleyhostin

Re: [Mosquitto-users] Sending reload signals from java

2012-12-04 Thread Roger Light
Hi, On Tue, Dec 4, 2012 at 8:00 AM, saurabh patil wrote: > I do have PID for the mosquitto but the problem is, on Linux I can use kill > command to send SIGHUP signal to mosquitto but I am not getting any way to > make it on Windows. I want to do this on Windows without restarting > mosquitto.