This question gets asked every couple of weeks or so...

You're probably trying to use a URL like http://localhost:8086/ which used 
to work if you were using Webware's HTTP server, but we removed the HTTP 
server recently because it was too buggy.  You need to set up an 
adapter.  The CGI adapter is the easiest to set up.  Look in the webware 
Install Guide in the section called "Adapters" and ask again if you can't 
figure it out from there.

At 11:34 AM 11/20/01 -0500, Bill Bell wrote:

>First of all, I'm a Webware newbie: my apologies if I inadvertently
>offend someone. Especially since I'm really looking forward to
>learning about this product!
>
>I just tried launching a server using 'appserver.bat'. I did so
>because, if memory serves, somewhere in the doc I've read it says
>that an attempt will be made to launch the most "appropriate(?)"
>version of the server. Unfortunately I received the following
>diagnostic as soon as I tried to load the default page.
>
>"BEGIN REQUEST
>Tue Nov 20 09:55:55 2001
>receiving request from <socket._socketobject instance at
>00D7923C>
>Exception in thread Thread-3:
>Traceback (most recent call last):
>   File "C:\Python21\lib\threading.py", line 378, in __bootstrap
>     self.run()
>   File "C:\Python21\lib\threading.py", line 366, in run
>     apply(self.__target, self.__args, self.__kwargs)
>   File "WebKit\ThreadedAppServer.py", line 146, in threadloop
>     rh.handleRequest()
>   File "WebKit\ThreadedAppServer.py", line 281, in handleRequest
>     dict_length = loads(chunk)
>ValueError: bad marshal data"
>
>Anybody interested? Yesterday, when I used the async version of
>this server things proceeded just fine.

--

- Geoff Talvola
   [EMAIL PROTECTED]

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to