I can't seem to run TeamCity as a service anymore
I recently went through the pain of configuring TeamCity to listen on a single IP address on port 443 with a self-signed certificate. It's running fine when I run it through the command line launch (runall start), but it doesn't seem to work if I try to run it as a Windows service. I had it running as a Windows service just fine before I messed with the configuration changes. How can I go about troubleshooting what's wrong?
Please sign in to leave a comment.
Hello Lance,
Please investigate logs at TeamCity/log directory. I suppose there may be some related error messages.
Please also make sure that windows service is run under the account which works for command-line
mode.
Hope this helps,
KIR