Re: [Webware-discuss] mod_webkit on apache2 on x86_64

2007-10-26 Thread Christoph Zwerschke
Matt Feifarek wrote: > Contexts['default'] = Contexts['sp'] > > Assuming that Contexts was a dictionary, I assigned the value of 'default' > to the value of 'sp'. In the example config from a clean workdir, it looks > more like this: > > Contexts['default'] = 'sp' Hm, I tested this and looked at

Re: [Webware-discuss] mod_webkit on apache2 on x86_64

2007-10-26 Thread Matt Feifarek
On 10/26/07, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > > One thing you should do is create a new working directory with > makeAppWorDir. If you start an empty working directory, you should get > the Example and Test contexts. Does this work? Then copy your servlets > to that new working dire

Re: [Webware-discuss] mod_webkit on apache2 on x86_64

2007-10-26 Thread Christoph Zwerschke
Hi Matt, the latest mod_webkit should also work with older Webware versions. But anyway, you should update and get 0.9.4 running with Apache. One thing you should do is create a new working directory with makeAppWorDir. If you start an empty working directory, you should get the Example and Te

Re: [Webware-discuss] mod_webkit on apache2 on x86_64

2007-10-26 Thread Matt Feifarek
On 10/26/07, Matt Feifarek <[EMAIL PROTECTED]> wrote: > > I'm finding some weird url-mapping errors... but I'm trying to use an old > version of Webware with the newer version of mod_webkit... I'm using v > 0.9.0. I'm reluctant to try and upgrade Webware, as my apps are pretty old > and may break.

Re: [Webware-discuss] mod_webkit on apache2 on x86_64

2007-10-25 Thread Matt Feifarek
On 10/25/07, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > > mod_webkit definitly works on 64bit boxes. Seems you're using a very old > version that doesn't cope with Apache 2.2. > You're right! Thanks. I'm finding some weird url-mapping errors... but I'm trying to use an old version of Webwa

Re: [Webware-discuss] mod_webkit on apache2 on x86_64

2007-10-25 Thread Christoph Zwerschke
Matt Feifarek wrote: > Can anyone get this to compile? > In the past, I just moved over a good module from another system, but > now I'm on a 64bit box. > > Here's what I get: > ... > mod_webkit.c:217: warning: passing argument 4 of 'apr_socket_create' makes > integer from pointer without a cast