Re: Seperate Application from Adaptor.
Re: Seperate Application from Adaptor.
- Subject: Re: Seperate Application from Adaptor.
- From: Francis Labrie <email@hidden>
- Date: Fri, 16 Jul 2004 10:07:07 -0400
Hi,
Sako wrote:
>> Your CGI adaptor doesn't seem correctly configured. Make sure your
>> adaptor get the configuration from the application server, i.e.
>> "WO_CONFIG_URL=http://applicationserver:1085". Check the documentation
>> at:
>
> and where is the WO_CONFIG_URL ?
> this is the most important information for me? in windows i dont have
> webobjects.config !!
> i have webobjects.dll
Please RTFM! Did you read carefully the documentation I've pointed to
you? For CGI adaptor, it says:
"CGI: Set the WO_CONFIG_URL environment variable to
webobjects://<address>:<port>. Make sure your web server is configured
to pass the variable to the adaptor (consult your web servers
documentation for instructions)."
So you have to define the "WO_CONFIG_URL" environnement variable for
your Windows. Make sure the scope of this variable is accessible to
the account running your Web server.
By the way: the "webobjects.dll" adaptor is an ISAPI one, not a CGI
one. For this one, the settings must be written in registry.
--
Francis Labrie
Saint-Bruno-de-Montarville, Quebec, Canada
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.