Re: Windows deployment problem
Re: Windows deployment problem
- Subject: Re: Windows deployment problem
- From: Markus Stoll <email@hidden>
- Date: Mon, 25 Jun 2012 22:15:31 +0200
Hi,
overwrite in your Application class the method "adaptorExtensions()", using this fragment:
private static String[] myAppExtensions = {};
public String[] adaptorExtensions() {
return myAppExtensions;
}
Then the generated urls will keep the .dll / .exe suffix, when deploying under IIS
Regards, Markus
_______________________________________________
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