Seaside and IIS

VA Smalltalk is a "100% VisualAge compatible" IDE that includes the original VisualAge technology and the popular VA Assist and WidgetKit add-ons.

Moderators: Eric Clayberg, wembley, tc, Diane Engles, solveig

Seaside and IIS

Postby PhotonDemon » Fri Jul 17, 2009 6:18 am

Hi All,

I am at a point where I need to set up a test web site for my Seaside based web application. For my local testing I am using Apache and its Virtual hosts capability. Apache handles the file serving and passes URLs that start with "/seaside" on to my Seaside NT service after changing the port. There's more to the Apache setup than this but basically this rewrite rule does the work.

Code: Select all
RewriteRule ^/(seaside.*)$ http://localhost:8788/$1 [P,L]


My customer wants to run behind Microsoft's IIS. Does anyone know how to set up the same kind of thing in IIS?

Thanks, Lou
Louis LaBrunda
Keystone Software Corp.
SkypeMe callto://PhotonDemon
mailto:Lou@Keystone-Software.com http://www.Keystone-Software.com
PhotonDemon
[|]
 
Posts: 176
Joined: Thu Dec 20, 2007 1:45 pm

Re: Seaside and IIS

Postby louis_andriese » Fri Jul 17, 2009 7:21 am

Hi Lou,

we're succesfully running your desired setup with a product from helicontech, isapi/rewrite.
It's an IIS-plugin, which implements the functionality of apache mod_rewrite and the likes (it's even syntax-compatible).

You can find more info on http://www.helicontech.com/isapi_rewrite/.

We're running a high-volume website behind it.
Static content is served by rewriting to IIS (something like "RewriteRule ^/(seaside/files.*)$ http://localhost:80/$1 [P,L] )
and the dynamic content is served by a seaside instance on another port, as you suggested.

Kind regards,

Louis
Louis Andriese
Manager ICT
Nationaal Spaarfonds (part of Delta Lloyd Group)
Waalwijk, the Netherlands
louis_andriese
 
Posts: 20
Joined: Thu Dec 13, 2007 5:19 am
Location: Waalwijk, The Netherlands


Return to VA Smalltalk 7.0, 7.5 & 8.0

Who is online

Users browsing this forum: Yahoo [Bot] and 1 guest