RE: [Webware-discuss] sporatic error in SessionFileStore

2002-02-08 Thread Geoffrey Talvola
Clark wrote: > Ok. I've updated to the recent CVS snapshot today and > this problem seems to have gone away, but only time will > tell. However, I now have a small problem with the > OneShot adapter and framesets. When I do a refresh, > one or two of the three frames in the frameset fail > to

RE: [Webware-discuss] Segmentation fault in ThreadedAppServer

2002-02-08 Thread Geoffrey Talvola
Matt Feifarek wrote: > I'm having a problem with a servlet that has been very > difficult to debug. > > We're using a python-wrapper to a C library to make Flash files > (http://opaque.net/ming/, if you're interested). > > It's working fine in python: we can create and modify flash > objects,

[Webware-discuss] production sites?

2002-02-08 Thread Gil Hauer
Does anyone have pointers to production sites using Webware? Thanks, Gil ___ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

[Webware-discuss] Small Bug in htBodyArgs in Page.py

2002-02-08 Thread Christoph Zwerschke
In Page.py you should replace the line return 'color=black bgcolor=white' with return 'text=black bgcolor=white' There is no "color" attribute in the "body" tag. Gtx --- Christoph Zwerschke Zentrale Universitaetsverwaltung Heidelberg Abt. 3.1-IuK

Re: [Webware-discuss] production sites?

2002-02-08 Thread Matteo Bertini
Gil Hauer wrote: >Does anyone have pointers to production sites using Webware? > >Thanks, >Gil > I know only this: http://www.vorbis.com/index.psp ___ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webw

RE: [Webware-discuss] production sites?

2002-02-08 Thread Matt Feifarek
We're using it for several "Intranet" type projects, and one soon-to-be-launched service: www.foliospace.com/sample/ The "interesting" bits are all on the administration interface, which requires an account and password, unfortunately. But, you can check out the sample portfolio, if you like. |

Re: [Webware-discuss] Webware security

2002-02-08 Thread Ian Bicking
On Fri, 2002-02-08 at 02:15, Magnus Lie Hetland wrote: > Ian Bicking <[EMAIL PROTECTED]>: > > > > On Thu, 2002-02-07 at 06:46, Magnus Lie Hetland wrote: > ... > > > file ending? (Adding them to the endings-to-ignore list doesn't do any > > > good...) > > > > WebKit/Configs/Application.config: Ext

RE: [Webware-discuss] production sites?

2002-02-08 Thread Ian Bicking
On Fri, 2002-02-08 at 11:50, Matt Feifarek wrote: > We're using it for several "Intranet" type projects, and one > soon-to-be-launched service: > > www.foliospace.com/sample/ maybe you mean http://www.foliospace.com/about/sample/ ? If you want to go semi-public with it (just to people intereste

Re: [Webware-discuss] production sites?

2002-02-08 Thread Ian Bicking
See: http://webware.colorstudy.net/twiki/bin/view/Webware/WhoIsUsingWebware On Fri, 2002-02-08 at 10:44, Gil Hauer wrote: > Does anyone have pointers to production sites using Webware? > > Thanks, > Gil > > > > > ___ > Webware-discuss mailing list

RE: [Webware-discuss] production sites?

2002-02-08 Thread Matt Feifarek
| maybe you mean http://www.foliospace.com/about/sample/ ? I guess I mean www.foliospace.com/sample The rewrite stuff is so picky. I had better fix that. | If you want to go semi-public with it (just to people interested in | Webware) be sure to post it to: | http://webware.colorstudy.net/twiki

RE: [Webware-discuss] Webware security

2002-02-08 Thread Geoffrey Talvola
Ian Bicking wrote: > On Fri, 2002-02-08 at 02:15, Magnus Lie Hetland wrote: > > Ian Bicking <[EMAIL PROTECTED]>: > > > > > > On Thu, 2002-02-07 at 06:46, Magnus Lie Hetland wrote: > > ... > > > > file ending? (Adding them to the endings-to-ignore list > doesn't do any > > > > good...) > > > > >

RE: [Webware-discuss] XMLRPCServer problem (maybe)

2002-02-08 Thread Geoffrey Talvola
Magnus Lie Hetland wrote: > I've named an XMLRPCServlet Main.py; when I refer to it as > www.foo.bar/Main everything works just fine, but when I refer to it as > simply www.foo.bar the client seems to block indefinitely... > Is this common behaviour, or might it have something to do with my > setu

RE: [Webware-discuss] XMLRPCServer problem (maybe)

2002-02-08 Thread Geoffrey Talvola
Geoff wrote: > If you really want to have it respond to both XML-RPC and > browser requests, > you'll have to do some more work in XMLRPCServlet to make that happen. By the way, it might be as simple as adding: def respondToGet(self, transaction): transaction.response().

[Webware-discuss] problems building mod_webkit

2002-02-08 Thread david harris
having problems building mod_webkit. its an apxs issue, but I cant solve it despite research so I wondered if anyone here had seen this and knows what to do. cant figure out why its throwing rc=16777215 as an error. anyone got any clues? thanks " /usr/sbin/apxs -o mod_webkit.so -cmod_webk

Re: [Webware-discuss] Webkit hangs after MySQL error

2002-02-08 Thread Aaron Held
I had a similar problem. When I ran webkit on a Win2k server and connected to a Linux database through a firewall the connection would be cut off every night. Turned out to be a firewall rule. I can keep the conn open now, but if the connection gets severed then the webkit app hangs. I have not h

[Webware-discuss] Webkit hangs after MySQL error (more info)

2002-02-08 Thread Costas Malamas
Well, I did the post-mortem. It's not a communication thing, the DB and WK are on the same machine. WK reported no errors whatsoever. However, the apache logs are full of "failure connecting to appserver attempt X out of 10" (or something akin to that). MySQL also has reported nothing. Lo

RE: [Webware-discuss] production sites?

2002-02-08 Thread Costas Malamas
Hmm... might as well add mine to the list; it's a hobby, but's in production, 100% python, WK as the front-end: http://memigo.com/ Easy on it though guys... I don't need another /.ing to go crashing WK again ;-) Costas >From: Ian Bicking <[EMAIL PROTECTED]> >To: Matt Feifarek <[EMAIL PROT

Re: [Webware-discuss] Webkit hangs after MySQL error (more info)

2002-02-08 Thread Ian Bicking
On Fri, 2002-02-08 at 19:00, Costas Malamas wrote: > > Well, I did the post-mortem. It's not a communication thing, the DB and WK > are on the same machine. WK reported no errors whatsoever. However, the > apache logs are full of "failure connecting to appserver attempt X out of > 10" (or s