Re: Seaside in combination with IIS
Philippe Marschall <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CA+LFMPinyKx8DfYCxECtzqOwU9yA0CiFV1pwP6zunUuqzTwmmw@mail.gmail.com> |
On Mon, Nov 2, 2015 at 1:54 PM, wilwarin <[email protected]> wrote: > Hi guys, > > is there anybody experienced in running Seaside application in combination > with IIS (i. e. when Apache HTTP Server is not available), is it possible? > For me it is a first time to work with IIS, could you please give me some > instructions, what do I have to configure? > > Our application runs as a Windows service, on VA Smalltalk 8.5.2 and Seaside > 3.0.6. > > Thank you very much in advance. In theory you "just" need to set up IIS as an reverse proxy. The following [1] article suggests it's not that easy but almost ten years have passed so maybe things have improved. [1] http://onsmalltalk.com/running-seaside-apache-and-iis-on-windowsxp Cheers Philippe