mike wrote:
>>> I have installed webware 0.8.1 and it works fine when I use it with
>>> mod_webkit. When I tried to use WebKit without apache
>>> (http://localhost:8086/WebKit) I got this error:
>>> 
>>> 2003-09-03 10:06:37 Traceback (most recent call last):
>>> File "WebKit\ThreadedAppServer.py", line 293, in threadloop
>>> File "WebKit\ThreadedAppServer.py", line 501, in handleRequest
>>> ValueError: bad marshal data06:
>> 
>> The AppServer is no http-server. You need to connect to the appserver
>> with an AppServer adapter which is either mod_webkit or a
>> cgi-program. You cannot connect directly with a browser to the
>> AppServer on port 8086 (or any other port). Or well you can but you
>> get "bad marshall data".
> 
> 
> Understood, but wouldn't be worth to handle this kind of error, so
> appserver wouldn't crash?
> 

It doesn't crash the appserver -- at least not for me.  WebKit keeps running
and future requests through mod_webkit work fine.

- Geoff


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to