I tried to start webkit as the wrong user and it got the following
exception. Instead of exiting, it hung and I had to "kill -9" it.
There is a generic exception handler around the bind statement that
stops the threads, maybe the exception handler should cover most of
__init__ so any exception will gracefully exit.
-Jeff
Listening on ('127.0.0.1', 8092)
Traceback (most recent call last):
File "/usr/Webware/Webware/WebKit/ThreadedAppServer.py", line 548, in
run
server = ThreadedAppServer(workDir)
File "/usr/Webware/Webware/WebKit/ThreadedAppServer.py", line 94, in
__init__
open(self.serverSidePath('address.text'), 'w').write('%s:%d' %
(addr[0], addr[1]))
IOError: [Errno 13] Permission denied:
'/usr/local/deg/www/FR/webkit/address.text'
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel