Symptoms
K2 Workspace is showing multiple K2 Host Servers. Would like to show only the K2 Host Server from this environment.
Diagnoses
http://help.k2.com/kb001221
Resolution
Option 1 of modifying the 'Management.xml' was taken. The following was performed:
1. Running CMD Prompt as Administrator andgt "iisreset /stop"
2. In the 'Management.xml' file, change the following from:
andltadd port="49599" timeout="1000" /andgt
to
andltadd port="0" timeout="1000" /andgt
3. "iisreset /start"