Seaside in combination with IIS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside in combination with IIS

wilwarin
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.

Ondrej
Reply | Threaded
Open this post in threaded view
|

Re: Seaside in combination with IIS

Philippe Marschall
On Mon, Nov 2, 2015 at 1:54 PM, wilwarin <[hidden email]> 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
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside in combination with IIS

wilwarin
Philippe Marschall wrote
On Mon, Nov 2, 2015 at 1:54 PM, wilwarin <[hidden email]> wrote:
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
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Thank you very much for your response.

I think I am still missing something, because it seems to be impossible for me to reach a running service without Apache. I will give it a few more tries today.

Ondrej