> > Hi,
> >
> >     Pardon my ignorance, but I'm unclear what I should do after
> > compiling the mod_webkit adapter into Apache. It all worked fine, and
> > I see the lines added to my httpd.conf:
> >
> > <Location /WK>
> >     WKServer localhost 8086
> >     SetHandler webkit-handler
> > </Location>
> >
> >     Now  what do  I do? Where's the server, etc. Neither the mod_webkit
> > README or the online installation seems to give me a clue on how to
> > proceed.
> >
> >     Thanks, Jason
> >
>
> I'm going to assume this is happening under some Unix-like system.
>
> You need to restart Apache (do something like /etc/init.d/httpd) and you
> need to start the AppServer. You should cd into the WebKit directory and
run
> /AppServer
  ^^^^^^^^^^

That should be ./AppServer

> The AppServer will then be able to talk to Apache via mod_webkit.
>
> Open a browser and visit http://hostname/WK/ and you should see the
WebWare
> examples pages.
>
> Regards,
>
> David O'Callaghan



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

Reply via email to