Re: Adaptor URL issue (probably) in Windows deployment
Re: Adaptor URL issue (probably) in Windows deployment
- Subject: Re: Adaptor URL issue (probably) in Windows deployment
- From: Mark Gowdy <email@hidden>
- Date: Sun, 31 May 2009 16:32:47 +0100
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden