Installing REST webservices

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
Stefano Foresi
Posts: 10
Joined: Thu May 18, 2023 5:10 pm

Installing REST webservices

Post 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
User avatar
Dino
Posts: 472
Joined: Fri Jul 19, 2019 7:49 am
Location: Robbinsville, NC
Contact:

Re: Installing REST webservices

Post 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.
Post Reply