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 08:03:51 -0400
Hi,
Sako wrote:
> first, thank you for all who tried to help me in the past.
>
> know i am in this situation and i am sure i MISS something.
>
> Browser
> Firwall
> WebServer : win2000, WO 5.2.3, Apache, WOAdaptor(GCI)
> Firwall // for know the firewall is know OFF for test.
> ApplicationServer : win2000, WO 5.2.3, WOApplicatio (TryHost.woa), NO
> Apache, NO WOAdaptor.
>
>
> 1. i start the Monitor on http://WebServer:56789
> 2. set the ApplicationServer as Host. Successful
> 3. install the Applicaiton TryHost.woa on WebServer in Monitor on port
> 3000, Successful
> 4. Start the Application, Successful.
> 5. click on http://ApplicationServer:3000 . Successful
> 6. start on http://webserver/cgi-bin/WebObjects.exe/TryHost.woa/1
>
> so the step 6 i think goes like this:
> a. Browser sends Req. to Apache
> b. Apache to WOAdaptor(CGI).
> c. WOAdaptor(CGI) searches the Application on WebServer. WHY? And HOW
> to change this?
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:
http://developer.apple.com/documentation/WebObjects/Deployment/
Deploying_Applications/WebObjectsAdaptors/chapter_4_section_6.html
And by the way, if you are using Apache, you would get better
performance with the Apache module adaptor.
--
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.