On Thu, Dec 27, 2001 at 05:42:49PM -0800, Chuck Esterbrook wrote: > > 1. Application.py's line 731, "assert isinstance(factory, > > ServletFactory)", fails for PSPExamples (but not those that came > > before): > > > What directory is your HttpAppServer.py located in when you launch it? > If in WebKit/ you might consult Launch.py for the solution.
I've modified HttpAppServer to be compatible with Launch.py, and this problem went away. > > 2. PushServlet's output is buffered. I now have a version that allows PushServlet to work, but it doesn't smell nice. ;-) Since I don't need the server-push functionality, I probably won't release this other version. > > 3. Shutdown works with IE (on Windows) but not with Netscape (Windows > > or FreeBSD). I don't have another browser to test. > > If you have FreeBSD you can probably get lynx, Galeon, opera, etc. > Strange that it doesn't work. To elaborate: the app server part shut down nicely, but HTTPServer's serve_forever() loop went around one more time. ;-\ I've added a simple bandaid. (I'm ready to give up on Netscape entirely anyways and will probably go for Mozilla on my Unix boxen.) Cheers. -- Ng Pheng Siong <[EMAIL PROTECTED]> * http://www.netmemetic.com _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
