Page 1 of 1

Installing REST webservices

Posted: Thu May 18, 2023 5:19 pm
by Stefano Foresi
I recently created rest webservices in Lansa 14.
After installing (importing) them on my customer's windows server, I copied manually the webmodules.conf on \run\conf directory,
but calling the services returned 404 error.
After a IISRESET command, everything worked as expected.

The question is: is there a way to avoid IISRESET on my customer's server when installing or upgrading webmodules.conf?

Thanks for any help.
Stefano

Re: Installing REST webservices

Posted: Fri May 19, 2023 11:15 am
by Dino
There is a good discussion here:

https://serverfault.com/questions/28947 ... ice#290331

From that, seems that configuration changes need the reset as the files are loaded in memory when start, but other changes may just need to restart the app pool. You may want to try that and see if it is enough, if not you may be out of luck and need to fully reset it.