Doh,

Solved (kinda)

I managed to bend IIS into some kinda sensible shape using an ISAPI_Rewrite plug-in tool called 'Helicon'
This allows you to write Apache style url rewrites

The rule I used was:
RewriteRule ^/aetopia/WebObjects.dll/(.*) /aetopia/WebObjects/$1

Happy joy,

Mark


On 31 May 2009, at 16:10, Mark Gowdy wrote:

Hello,

We recently upgraded our apps to the latest WO version and also start using Project Wonder (which rocks by the way).

I deployed our app on one of our customer's Windows servers, and have hit a little snag.

The IIS ISAPI adaptor is called WebObjects.dll, but something is removing the .dll part of the url when the pages are being returned
e.g. /WebObjects.dll/MyApp.woa   -> /WebObjects/MyApp.woa

I either need to bend IIS to fit with the WebObjects/ way,
or force our application to use WebObjects.dll/ somehow.

I suspect it is simple to solve (if you know how)
-WOStopBuggeringAboutWithAdaptorURL YES


Many thanks,

Mark

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/gowdy%40mac.com

This email sent to go...@mac.com

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to