When Launching OneClick Webapp, getting UnAuthorized Client error similar to below:
Incorrect value for "adminConsoleUrl" in $SPECROOT/webtomcat/webswing/webswing.config
Updated adminConsoleUrl in $SPECROOT/webtomcat/webswing/webswing.config
Verify Correct HTTP Protocol is being used, based on your current setup:
HTTP Example: "adminConsoleUrl" : "http://<OneClick-FQDN>:9443/admin"
HTTPS Example: "adminConsoleUrl" : "https://<OneClick-FQDN>:9443/admin"
Once updated, restart webtomcat for changes to take effect.