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
Installing REST webservices
Re: Installing REST webservices
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.
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.