Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: rebol server pages on IIS?

From: gmckenzi:accelio at: 4-Oct-2001 12:31

Ok...so I got it to work. I guess I made the mistake of assuming that erebol.r was a plug-and-play script. I should have spent more time inspecting erebol.r first. If I had of been completely alert at the time, I would have noticed that erebol.r just defines a function that can be used for rebol server page processing. So, I had to add a line of code the to end of erebol.r to fetch the document url passed in from ISS into system/options/args/1, read it, and pass it to erebol.r. My IIS config is now just the standard rebol.exe -cs %s %s. Sorry to bother. Gavin.