Author | Topic: Apache or IIS? | |
---|---|---|
Steve Woolstenhulme | Apache or IIS? on Mon, 22 Aug 2005 17:34:21 -0500 I have a web server running IIS. I just acquired WAA and want to install it properly. I don't particularly want to install Apache, since I already have IIS and would prefer not to have the port conflict issues. Is there a trick to getting WAA running without Apache? In case you didn't guess already, I haven't figured out how to get mine working yet. | |
Steve Woolstenhulme | Re: Apache or IIS? on Mon, 22 Aug 2005 17:54:21 -0500 More detail: When I launch StartWAA.bat I get the demo packages to load ok (see log below). When I try to run the sample http://localhost/misc/myfirst.htm and enter my name and click the "Send it" button I get HTTP 405 Resource Not Allowed error. Any suggestions??? >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> [08/22/2005 17:47:07] SERVER STARTUP >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [08/22/2005 17:47:07] *** Package:ALASKA1 successfully loaded [08/22/2005 17:47:07] *** Package:MYFIRST successfully loaded [08/22/2005 17:47:07] *** Package:HTMLDEMO successfully loaded [08/22/2005 17:47:07] *** Package:EMAIL successfully loaded [08/22/2005 17:47:07] *** Package:MENU successfully loaded [08/22/2005 17:47:07] *** Package:KLONDIKE successfully loaded [08/22/2005 17:47:07] *** Package:FRAMESET successfully loaded [08/22/2005 17:47:07] *** worker #2 ready for service [08/22/2005 17:47:07] *** worker #3 ready for service [08/22/2005 17:47:07] *** worker #4 ready for service [08/22/2005 17:47:07] *** worker #5 ready for service [08/22/2005 17:47:07] *** worker #6 ready for service [08/22/2005 17:47:07] *** requester up and running | |
Steve Woolstenhulme | Re: Apache or IIS? on Mon, 22 Aug 2005 20:30:41 -0500 I'm getting closer and closer. Now the error message references a file that I can't find anywhere in the installation. At least it appears that I'm completing the connection from http through the gateway to the application. Now to figure out where it's calling waapwr.gif. No reference in the .prg or the .htm code. Hmmm... Content-type: text/html Server Error Cannot open file C:\inetpub\wwwroot\waapwr.gif : (0)No error | |
Boris Borzic | Re: Apache or IIS? on Tue, 23 Aug 2005 05:07:40 +0200 "Steve Woolstenhulme" <Steve At Bestaero.com> wrote in news:GoUMmL4pFHA.6152@S15147418: > I'm getting closer and closer. Now the error message references a > file that I can't find anywhere in the installation. At least it > appears that I'm completing the connection from http through the > gateway to the application. Now to figure out where it's calling > waapwr.gif. No reference in the .prg or the .htm code. Hmmm... Have you considered Xb2.NET? No installation hastles with IIS, WAA, gateway, etc... Xb2.NET makes your Xbase++ app the web server, see here: http://sqlexpress.net/xb2net/DataFlow.htm Best regards, Boris Borzic news://news.Xb2.NET http://www.Xb2.NET http://www.SQLExpress.net industrial strength Xbase++ development tools | |
Martin Altmann | Re: Apache or IIS? on Tue, 23 Aug 2005 06:35:58 +0200 Steve, IIRC (switched to XB2:NET several months ago) you have to copy the file waapwr.gif into your webroot-folder! It is used inside the standard :footer()-function. Overload the function with your own if you want to have your own footing on the pages. HTH, Martin |