Awesome. Thanks. It worked great.

P.S. I watched your presentation. Here's a way to set system environment 
variables from command line that I use:
c:\> setx /m NEXT_ROOT C:/Appple

Or to restart IIS services from command line:
c:\> iisreset

-----Original Message-----
From: Markus Stoll, junidas GmbH [mailto:markus.st...@junidas.de] 
Sent: Friday, July 10, 2015 1:12 AM
To: Strumyla, Marius
Cc: webobjects-deploy@lists.apple.com
Subject: Re: IIS Adaptor/WebObjects on Windows 2008 R2

Hi,

add this override in your Application class:

    private static String[] myAppExtensions = {};
    public String[] adaptorExtensions() {
        return myAppExtensions;
    }

the issue had been explained in this presentation:

https://wocommunity.org/podcasts/wowodc/2013/wonderwin.m4v

Markus

> Am 09.07.2015 um 23:36 schrieb Strumyla, Marius <mstrum...@accordant.net>:
> 
> Hi, I’m trying to deploy WO application on Windows 2008 R2. 
>  
> So far I deployed WO 5.4.3, wotaskd and JavaMonitor. They are running fine.
> I deployed IIS ISAPI adaptor from this location. 
> http://wocommunity.org/documents/tools/mod_WebObjects/IIS/win64/ 
> 
> My adaptor URL is set to http://localhost/Scripts/WebObjects.dll
>  
> The issue is when I load the application, forms have incorrect URIs 
> <form action=ā€/Scripts/WebObjects/App.woa/ā€¦ā€>
>  
> The .dll part is missing :(
> 
> Any ideas how to fix that?
>  
> Thanks,
> --
> marius
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-deploy/markus.stoll%40junidas.de
> 
> This email sent to markus.st...@junidas.de


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

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

Reply via email to