Hi to all,
I have created an windows 2019 server with IIS. but when I start nomad on it, it cannot find IIS, or in other words does not load the win_iis driver. can someone help,
I am using azure with windows 2019 VM , and nomad 1.0.4
Hi to all,
I have created an windows 2019 server with IIS. but when I start nomad on it, it cannot find IIS, or in other words does not load the win_iis driver. can someone help,
I am using azure with windows 2019 VM , and nomad 1.0.4
Hi @renghen,
Are you able to share additional details of Nomad’s configuration and the download and placement of the IIS driver?
Thanks,
jrasell and the Nomad team
I got the client to work as an iis client. I have an asp.net app, could tell me on how to deploy such an app.
Hi @renghen,
The Nomad IIS community driver has good documentation on using the plugin to run applications. I would recommend reading through this page which should hopefully provide more details on how to run your app using Nomad.
It would also be useful to read the job specification documentation if you are not familiar so you can author one for your application.
Thanks,
jrasell and the Nomad team
Hi @jrasell
I was able to make it work. I made the mistake of thinking the deployment would be same as a docker image, where the data can travel from one to server to another seemlessly. this is not the way. I go it to work, i will go the authors and start asking them questions/enhancement, may be contribute.