Re: Seperate Application from Adaptor.
Re: Seperate Application from Adaptor.
- Subject: Re: Seperate Application from Adaptor.
- From: "Sako!" <email@hidden>
- Date: Fri, 16 Jul 2004 16:26:03 +0200
i read the docs very good. and these suggestions say change apache.config.
let me tell you what i found.
i changed the apache.config in several ways. no effects.
i DELETED teh apache.config completely from the WebServer. no effects.
ps: i restarted the apache after every change.
so i still miss something.
i searched the RegEdit. for webobjects and WO_CONFIG_URL, but didnt find
usable resutls.
--------------------------------------------
btw you talk about this part from apache.config
# For multiple hosts:
# WebObjectsConfig
http://<name-of-a-host>:<port-on-a-host>,http://<name-of-another-host>:<port-on-a-host>
<interval>
# For localhost:
WebObjectsConfig http://localhost:1085 10
# Multicast Configuration
# The apache module gets its configuration from all wotaskds
# that respond to the multicast call on the subnet
# WebObjectsConfig webobjects://215.222.222.54:1085 10
--------------------------------------------
----- Original Message -----
From: "Francis Labrie" <email@hidden>
To: "lists apple com" <email@hidden>; "omni group"
<email@hidden>
Sent: Friday, July 16, 2004 4:07 PM
Subject: Re: Seperate Application from Adaptor.
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
http://www.omnigroup.com/mailman/listinfo/webobjects-dev
_______________________________________________
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.