AppServer is configured with autoreload enabled but when I make any changes to my python scripts it detects the changes, shuts down but never comes back up. This is only happening when I start the AppServer via the init.d script "webkit start".
When I start it manually from the console by running ./AppServer it reloads itself perfectly fine after detecting a change in a python script. Looks like my Gentoo box doesn't like the webkit init script and I have to start it by doing ./AppServer, when I do that everything is fine.
The auto-reload feature works by exiting with an error code of 3. The calling script then detects that error code and restarts in that case. The AppServer script has this code, the webkit init script doesn't.
-- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
