I've added a new site in IIS in production, but it...
# cfml-general
d
I've added a new site in IIS in production, but it's not running because it's not built out. I need to run the wsconfig tool to get CF going there. Does the site have to be running in IIS to do that? Just trying to suss out my options.
No takers?
v
wsconfig tool to map the web server to sites is required for Apache too
d
What I'm asking is whether wsconfig needs the site to be running in whatever web server you're using.
j
You need to have the site configured. So in IIS the site can be off but it will required to be configured so the mapping can be done.
This is of course if you are making individual connections for each site you create. If you are using 1 connection for all, you can just add the jakarta and scripts virtual directories to your new site manually.
d
Thanks. The site is set up in IIS, serves html files and images just fine, but I then shut it off because I'm not ready for it to be live as a full-on cf site. I'm wondering if I can run the wsconfig tool, with the IIS site stopped.
Asking again, if anyone knows: Can I run the wsconfig tool with the IIS site stopped?
For future reference, if anyone cares, I was able to run wsconfig with one of the IIS sites involved stopped. It said it was going to restart IIS, but it didn't start the stopped site, which is perfect for me.